aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2022-01-16 23:39:38 +0100
committerGitHub <noreply@github.com>2022-01-16 23:39:38 +0100
commit0c0469c4f59bf51a6e666a49d69cdb33e93bdf1b (patch)
tree3c9b322cb5cc9db6f2aaa5f7ed1bd4328c846801
parent7085e5b0c8588618e643c87802afc515f67812d9 (diff)
parent4388793799607b3060c1145fa9f5d8cb0414c4ee (diff)
downloadrneovim-0c0469c4f59bf51a6e666a49d69cdb33e93bdf1b.tar.gz
rneovim-0c0469c4f59bf51a6e666a49d69cdb33e93bdf1b.tar.bz2
rneovim-0c0469c4f59bf51a6e666a49d69cdb33e93bdf1b.zip
Merge pull request #15242 from dundargoc/docs/vim-patch/move-outsite-of-getting-started
docs: deprioritize vim-patch as a good beginner task
-rw-r--r--CONTRIBUTING.md2
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
------------------