From 0b798994573111c7ef433f8b76f74aec7e2456aa Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 9 Jul 2023 12:42:07 +0000 Subject: [PATCH] Pull Request template: fix name of Miscellaneous section (#3988) --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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".