瀏覽代碼

docs(contributing): make it clear how to title PRs (#3463)

LostNeophyte 2 年之前
父節點
當前提交
dd54887bba
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      CONTRIBUTING.md

+ 1 - 0
CONTRIBUTING.md

@@ -56,6 +56,7 @@ shfmt -i 2 -ci -bn -l -d .
 - Your PR must pass all the [automated-ci-tests](https://github.com/neovim/neovim/actions).
 - Use a [git-feature-branch](https://www.atlassian.com/git/tutorials/comparing-workflows) instead of the master/rolling branch.
 - Use a [rebase-workflow](http://git-scm.com/book/en/v2/Git-Branching-Rebasing).
+- Title the PR the same way as commit headers
 
 ### Commit Messages
 * Commit header is limited to 72 characters.