aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorN-R-K <79544946+N-R-K@users.noreply.github.com>2021-11-03 06:28:12 +0100
committerGitHub <noreply@github.com>2021-11-03 06:28:12 +0100
commitabf316a066ed19e2f6c1a38c7faaa594de7287c4 (patch)
tree785936f5e1c56445282aaec0c1ba3d765b91ea34
parentd8a4d71af1af15bb0f94d34dbc3cda46a6efa133 (diff)
downloadnsxiv-abf316a066ed19e2f6c1a38c7faaa594de7287c4.tar.zst
add links to labels in CONTRIBUTING (#154)
-rw-r--r--CONTRIBUTING.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index cbefcd4..2406167 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -25,4 +25,13 @@ If your contribution is not suitable for general use, it will not be included in
For changes that are very much up to preference, such as changing values in config.h,
please do not open a pull request unless you have an objective explanation.
-See the [open issues](https://github.com/nsxiv/nsxiv/issues) to find something to work on.
+See the [open issues](https://github.com/nsxiv/nsxiv/issues) to find something
+to work on. You can also filter the issues via label:
+
+* [Good first issue](https://github.com/nsxiv/nsxiv/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22):
+ (Easy) Issues which do not require much if any experience.
+* [Up for grabs](https://github.com/nsxiv/nsxiv/issues?q=is%3Aissue+is%3Aopen+label%3A%22up+for+grabs%22):
+ (Intermediate) Issues which are free for anyone who wants to pick it up.
+ Might require some experience.
+* [Help wanted](https://github.com/nsxiv/nsxiv/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22):
+ (Intermediate/Experienced) Issues where we require some help.