diff options
author | nodiscc <nodiscc@gmail.com> | 2019-03-30 12:46:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-30 12:46:40 +0000 |
commit | 6a721aea4e93d454faa6c51953603b7ad962438f (patch) | |
tree | eb71a1b50b13cf2cc9f66d78c16af6d40d52ed34 /.github | |
parent | Merge pull request #1651 from adelowo/adelowo-patch-1 (diff) | |
parent | CONTRIBUTING.md: link to help wanted/maintenance issues (diff) | |
download | awesome-selfhosted-6a721aea4e93d454faa6c51953603b7ad962438f.tar.gz awesome-selfhosted-6a721aea4e93d454faa6c51953603b7ad962438f.zip |
Merge pull request #1652 from Kickball/contrib-link-helpwantedfix
CONTRIBUTING.md: link to help wanted/maintenance issues
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 7dc56a60..ab45c23e 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -12,4 +12,5 @@ Other recommendations: - A website to help you format new entries is available at https://n8225.github.io/ - The list of contributors can be updated with `make contrib`. - Software with no development activity for 6-12 months may be removed from the list. +- Don't know where to start? Check issues labeled [`help wanted`](https://github.com/Kickball/awesome-selfhosted/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) and [`fix`](https://github.com/Kickball/awesome-selfhosted/issues?q=is%3Aissue+is%3Aopen+label%3Afix). |