diff options
author | Dundar Göc <gocdundar@gmail.com> | 2021-12-19 22:15:42 +0100 |
---|---|---|
committer | Dundar Göc <gocdundar@gmail.com> | 2021-12-19 22:15:42 +0100 |
commit | 482df82e69f213f7912ea952183f5ad76a9c791a (patch) | |
tree | 2d39517801ed3a382bae18d2e4deab510cfd2fe6 /CONTRIBUTING.md | |
parent | 67bb01ae27db3cbba9e2e908c4e6612040f650aa (diff) | |
download | rneovim-482df82e69f213f7912ea952183f5ad76a9c791a.tar.gz rneovim-482df82e69f213f7912ea952183f5ad76a9c791a.tar.bz2 rneovim-482df82e69f213f7912ea952183f5ad76a9c791a.zip |
docs: stop suggestion "good first issue" as a good first issue
They're simply too difficult and too niche for an actual newcomer to
solve them. Instead, use the "complexity:low" as a substitute.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index faf9181a2c..b02aeb1ed1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ 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 [good first issue](../../labels/good-first-issue) or [complexity:low] issue. +- Try a [complexity:low] issue. - Fix bugs found by [Clang](#clang-scan-build), [PVS](#pvs-studio) or [Coverity](#coverity). - [Improve documentation][wiki-contribute-help] |