mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
parent
597015d765
commit
68e5968568
@ -47,8 +47,6 @@ Include as much detail as possible; we generally need to know:
|
|||||||
|
|
||||||
## Submitting contributions
|
## 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.
|
- 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
|
- Be descriptive in your pull request description: what is it for, why is it
|
||||||
needed, etc.
|
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,
|
You may find it easier to instead use an interactive program for code reviews,
|
||||||
such as [`tig`][tig].
|
such as [`tig`][tig].
|
||||||
|
|
||||||
[cla]: https://docs.google.com/forms/d/1u54bpbwzneDIRltFx1TGi2evKxY3w0cOV3vlpj8DPbg/viewform
|
|
||||||
[clang-format]: http://clang.llvm.org/docs/ClangFormat.html
|
[clang-format]: http://clang.llvm.org/docs/ClangFormat.html
|
||||||
[clint]: clint.py
|
[clint]: clint.py
|
||||||
[entry-level]: https://github.com/neovim/neovim/issues?labels=entry-level&state=open
|
[entry-level]: https://github.com/neovim/neovim/issues?labels=entry-level&state=open
|
||||||
|
@ -58,8 +58,8 @@ more. See [the wiki](https://github.com/neovim/neovim/wiki/Installing-Neovim)!
|
|||||||
Neovim is licensed under the terms of the Apache 2.0 license, except for
|
Neovim is licensed under the terms of the Apache 2.0 license, except for
|
||||||
parts that were contributed under the Vim license.
|
parts that were contributed under the Vim license.
|
||||||
|
|
||||||
- Contributions committed before [b17d96][license-commit] by authors who did
|
- Contributions committed before [b17d96][license-commit] remain under the Vim
|
||||||
not sign the Contributor License Agreement (CLA) remain under the Vim license.
|
license.
|
||||||
|
|
||||||
- Contributions committed after [b17d96][license-commit] are licensed under
|
- Contributions committed after [b17d96][license-commit] are licensed under
|
||||||
Apache 2.0 unless those contributions were copied from Vim (identified in
|
Apache 2.0 unless those contributions were copied from Vim (identified in
|
||||||
|
Loading…
Reference in New Issue
Block a user