aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vigouroux <tomvig38@gmail.com>2021-01-28 15:20:29 +0100
committerGitHub <noreply@github.com>2021-01-28 15:20:29 +0100
commit9feb47ec4bbcaaf37abb1bc0fd2b831be367005e (patch)
treefb667102d1e0f700a755025fcd71006756fe7caa
parent459a6c845e87662aa9aa0d6a0a68dc8d817a0498 (diff)
parent12cd9e4c087190538afa54ad0a98aff925c934fd (diff)
downloadrneovim-9feb47ec4bbcaaf37abb1bc0fd2b831be367005e.tar.gz
rneovim-9feb47ec4bbcaaf37abb1bc0fd2b831be367005e.tar.bz2
rneovim-9feb47ec4bbcaaf37abb1bc0fd2b831be367005e.zip
Merge pull request #13836 from teto/contribute-doc
doc: link wiki on how to improve/build doc
-rw-r--r--CONTRIBUTING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c179db0c46..64433e67e7 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -36,6 +36,7 @@ Developer guidelines
make distclean
make # Nvim build system uses ninja automatically, if available.
```
+- [Improve documentation][wiki-contribute-help]
Pull requests (PRs)
---------------------
@@ -235,3 +236,4 @@ as context, use the `-W` argument as well.
[Clang report]: https://neovim.io/doc/reports/clang/
[complexity:low]: https://github.com/neovim/neovim/issues?q=is%3Aopen+is%3Aissue+label%3Acomplexity%3Alow
[master error list]: https://raw.githubusercontent.com/neovim/doc/gh-pages/reports/clint/errors.json
+[wiki-contribute-help]: https://github.com/neovim/neovim/wiki/contribute-%3Ahelp