diff options
author | Dundar Göc <gocdundar@gmail.com> | 2021-08-02 14:36:10 +0200 |
---|---|---|
committer | Dundar Göc <gocdundar@gmail.com> | 2022-01-16 22:10:22 +0100 |
commit | 4388793799607b3060c1145fa9f5d8cb0414c4ee (patch) | |
tree | 3c9b322cb5cc9db6f2aaa5f7ed1bd4328c846801 | |
parent | 7085e5b0c8588618e643c87802afc515f67812d9 (diff) | |
download | rneovim-4388793799607b3060c1145fa9f5d8cb0414c4ee.tar.gz rneovim-4388793799607b3060c1145fa9f5d8cb0414c4ee.tar.bz2 rneovim-4388793799607b3060c1145fa9f5d8cb0414c4ee.zip |
docs: deprioritize vim-patch as a good beginner task
Also add a disclaimer where familiarity with vim is strongly suggested.
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b02aeb1ed1..5e04f33b15 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,11 +7,11 @@ Getting started If you want to help but don't know where to start, here are some low-risk/isolated tasks: -- [Merge a Vim patch]. - Try a [complexity:low] issue. - Fix bugs found by [Clang](#clang-scan-build), [PVS](#pvs-studio) or [Coverity](#coverity). - [Improve documentation][wiki-contribute-help] +- [Merge a Vim patch] (Familiarity with Vim is *strongly* recommended) Reporting problems ------------------ |