mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #1364 from fwalch/cla
CONTRIBUTING.md: Add link to CLA.
This commit is contained in:
commit
1b9e4d7731
@ -20,6 +20,8 @@
|
|||||||
- Make it clear in the issue tracker what you are working on.
|
- Make it clear in the issue tracker what you are working on.
|
||||||
- Be descriptive in your PR message: what is it for, why is it needed, etc.
|
- Be descriptive in your PR message: what is it for, why is it needed, etc.
|
||||||
- Don't make cosmetic changes to unrelated files in the same PR.
|
- Don't make cosmetic changes to unrelated files in the same PR.
|
||||||
|
- If you're a first-time contributor, please sign the
|
||||||
|
[Neovim Contributor License Agreement (CLA)][cla] before submitting your PR.
|
||||||
|
|
||||||
#### Tagging in the issue tracker
|
#### Tagging in the issue tracker
|
||||||
|
|
||||||
@ -89,6 +91,7 @@ The purpose of these guidelines is to *make reviews easier* and make the VCS log
|
|||||||
- Use the imperative voice: "Fix bug" rather than "Fixed bug" or "Fixes bug."
|
- Use the imperative voice: "Fix bug" rather than "Fixed bug" or "Fixes bug."
|
||||||
|
|
||||||
|
|
||||||
|
[cla]: https://docs.google.com/forms/d/1u54bpbwzneDIRltFx1TGi2evKxY3w0cOV3vlpj8DPbg/viewform
|
||||||
[clint]: clint.py
|
[clint]: clint.py
|
||||||
[entry]: https://github.com/neovim/neovim/issues?labels=entry-level&state=open
|
[entry]: https://github.com/neovim/neovim/issues?labels=entry-level&state=open
|
||||||
[imperative]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
|
[imperative]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
|
||||||
|
Loading…
Reference in New Issue
Block a user