diff options
author | James McCoy <jamessan@jamessan.com> | 2021-12-20 11:35:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-20 11:35:07 -0500 |
commit | 63b21ab30df24fce469dffe3dbd2ef7ceab48a16 (patch) | |
tree | 2d39517801ed3a382bae18d2e4deab510cfd2fe6 | |
parent | 67bb01ae27db3cbba9e2e908c4e6612040f650aa (diff) | |
parent | 482df82e69f213f7912ea952183f5ad76a9c791a (diff) | |
download | rneovim-63b21ab30df24fce469dffe3dbd2ef7ceab48a16.tar.gz rneovim-63b21ab30df24fce469dffe3dbd2ef7ceab48a16.tar.bz2 rneovim-63b21ab30df24fce469dffe3dbd2ef7ceab48a16.zip |
Merge pull request #16727 from dundargoc/docs/remove-good-first-issue-suggestion
docs: stop suggestion "good first issue" as a good first issue
-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] |