aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDundar Göc <gocdundar@gmail.com>2021-12-19 22:15:42 +0100
committerDundar Göc <gocdundar@gmail.com>2021-12-19 22:15:42 +0100
commit482df82e69f213f7912ea952183f5ad76a9c791a (patch)
tree2d39517801ed3a382bae18d2e4deab510cfd2fe6
parent67bb01ae27db3cbba9e2e908c4e6612040f650aa (diff)
downloadrneovim-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.
-rw-r--r--CONTRIBUTING.md2
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]