diff options
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 21ab0869e2..d50019a532 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,8 +47,6 @@ Include as much detail as possible; we generally need to know: ## Submitting contributions -- If you're a first-time contributor, please sign the [Neovim Contributor - License Agreement (CLA)][cla] before submitting your pull request. - Make it clear in the issue tracker what you are working on. - Be descriptive in your pull request description: what is it for, why is it needed, etc. @@ -176,7 +174,6 @@ as context, use the `-W` argument as well. You may find it easier to instead use an interactive program for code reviews, such as [`tig`][tig]. -[cla]: https://docs.google.com/forms/d/1u54bpbwzneDIRltFx1TGi2evKxY3w0cOV3vlpj8DPbg/viewform [clang-format]: http://clang.llvm.org/docs/ClangFormat.html [clint]: clint.py [entry-level]: https://github.com/neovim/neovim/issues?labels=entry-level&state=open |