From 482df82e69f213f7912ea952183f5ad76a9c791a Mon Sep 17 00:00:00 2001 From: Dundar Göc Date: Sun, 19 Dec 2021 22:15:42 +0100 Subject: 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. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- cgit