summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLostNeophyte <[email protected]>2022-11-14 11:24:48 +0100
committerGitHub <[email protected]>2022-11-14 11:24:48 +0100
commitdd54887bba6f465737683f9183a3605714c56203 (patch)
tree40cb14c559c978a993cf34786b29d9c6c90dafef /CONTRIBUTING.md
parente9c43ca9b3ac2d440fe3a86131f4e0ff1d2fa691 (diff)
docs(contributing): make it clear how to title PRs (#3463)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 21ef9a8d..1f65ac81 100644
--- a/CONTRIBUTING.md
+++ b/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.