diff options
author | Florian Walch <florian@fwalch.com> | 2014-10-31 10:28:31 +0100 |
---|---|---|
committer | Florian Walch <florian@fwalch.com> | 2014-10-31 10:52:57 +0100 |
commit | 89cccf2826ec6a5ce0db083d0c48d700326cc3c5 (patch) | |
tree | 763d58a304374dc209ddd35a0c9a52dfdc89a9cd | |
parent | 4b0f8f2a4d8f1f1db1900079061cad2098bf0ac0 (diff) | |
download | rneovim-89cccf2826ec6a5ce0db083d0c48d700326cc3c5.tar.gz rneovim-89cccf2826ec6a5ce0db083d0c48d700326cc3c5.tar.bz2 rneovim-89cccf2826ec6a5ce0db083d0c48d700326cc3c5.zip |
CONTRIBUTING.md: Add link to CLA.
-rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e56380ad61..ed9aa3cd81 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,6 +20,8 @@ - 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. - 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 @@ -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." +[cla]: https://docs.google.com/forms/d/1u54bpbwzneDIRltFx1TGi2evKxY3w0cOV3vlpj8DPbg/viewform [clint]: clint.py [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 |