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

This commit is contained in:
LostNeophyte 2022-11-14 11:24:48 +01:00 committed by GitHub
parent e9c43ca9b3
commit dd54887bba
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.