aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2020-01-29 12:06:35 +0100
committerGitHub <noreply@github.com>2020-01-29 12:06:35 +0100
commit406464fa6e6dbacca82746412b24308bc58ddbc7 (patch)
treebc10d6b15751385a56d61ef93573ec58cc27eae6
parent0b49cb67f29ecff6f7eea16063dee7e39114169a (diff)
downloadrneovim-406464fa6e6dbacca82746412b24308bc58ddbc7.tar.gz
rneovim-406464fa6e6dbacca82746412b24308bc58ddbc7.tar.bz2
rneovim-406464fa6e6dbacca82746412b24308bc58ddbc7.zip
CONTRIBUTING.md: mention "good first issue" label
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 750d853158..c7d8398bf0 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 [complexity:low] issue.
+- Try a [good first issue](../../labels/good%20first%20issue) or [complexity:low] issue.
- Fix bugs found by [Clang](#clang-scan-build), [PVS](#pvs-studio) or
[Coverity](#coverity).