diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-04-22 14:24:04 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-04-22 14:24:04 -0400 |
commit | 0bd72fcae1071d1a5583af31f29e2223925044bc (patch) | |
tree | 4c6e5baac40ced376ff7e274fd72161108d9f29b | |
parent | 84891f2802a0db1a257580f341d70a5fdb0f6c75 (diff) | |
parent | c68fcb6ea1eb3ff51252bfb8b84f8585f2971ba4 (diff) | |
download | rneovim-0bd72fcae1071d1a5583af31f29e2223925044bc.tar.gz rneovim-0bd72fcae1071d1a5583af31f29e2223925044bc.tar.bz2 rneovim-0bd72fcae1071d1a5583af31f29e2223925044bc.zip |
Merge pull request #2479 from Pyrohh/contributing-md
[RFC] CONTRIBUTING: Mention the wiki's troubleshooting & FAQ articles
-rw-r--r-- | CONTRIBUTING.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3eaa046175..cdaeaccb4e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,12 @@ ## Reporting problems -Before reporting an issue: +Before reporting an issue, see the following wiki articles: + +- [Troubleshooting][wiki-troubleshooting] +- [Frequently asked questions][wiki-faq] + +If your issue isn't mentioned there: - Verify that it hasn't already been reported. - If not already running the latest version of Neovim, update to it to see if @@ -189,5 +194,7 @@ such as [`tig`][tig]. [wiki-building-testing]: https://github.com/neovim/neovim/wiki/Building-Neovim#testing [wiki-building-troubleshooting]: https://github.com/neovim/neovim/wiki/Building-Neovim#troubleshooting [wiki-contributing]: https://github.com/neovim/neovim/wiki/Contributing +[wiki-faq]: https://github.com/neovim/neovim/wiki/FAQ [wiki-install-troubleshooting]: https://github.com/neovim/neovim/wiki/Installing-Neovim#troubleshooting [wiki-review-checklist]: https://github.com/neovim/neovim/wiki/Code-review-checklist +[wiki-troubleshooting]: https://github.com/neovim/neovim/wiki/Troubleshooting |