diff options
author | nodiscc <nodiscc@gmail.com> | 2023-07-09 12:42:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-09 12:42:07 +0000 |
commit | 0b798994573111c7ef433f8b76f74aec7e2456aa (patch) | |
tree | 80a2b38ff5dbb8eafa04452e621f37436f5de9b0 /.github | |
parent | Move VanDAM to Miscellaneous (#3984) (diff) | |
download | awesome-selfhosted-0b798994573111c7ef433f8b76f74aec7e2456aa.tar.gz awesome-selfhosted-0b798994573111c7ef433f8b76f74aec7e2456aa.zip |
Pull Request template: fix name of Miscellaneous section (#3988)
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 77b9c8a2..24a9b98d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -21,7 +21,7 @@ To ensure your PR is dealt with swiftly please check the following: - [ ] Any license you add is in our [list of licenses](https://github.com/awesome-selfhosted/awesome-selfhosted/blob/master/README.md#list-of-licenses). - [ ] You have searched the repository for any relevant [issues](https://github.com/awesome-selfhosted/awesome-selfhosted/issues) or [PRs](https://github.com/awesome-selfhosted/awesome-selfhosted/pulls), including closed ones. - [ ] Any category you are creating has the minimum requirement of 3 items. - If not, your addition may be inserted into `Misc/Other`. + If not, your addition may be inserted into `Miscellaneous`. - [ ] Any software project you are adding to the list is actively maintained. - [ ] Any software project you are adding has working installation instructions. - [ ] The pull request title is informative, unlike "Update README.md". |