From 32bd62e358e57454f98a29cf0f7397c0a35ff19e Mon Sep 17 00:00:00 2001 From: CTome <64846840+CrimsonTome@users.noreply.github.com> Date: Sat, 8 Oct 2022 20:08:29 +0100 Subject: [PATCH] Update .github/PULL_REQUEST_TEMPLATE.md with suggestions Co-authored-by: Starbeamrainbowlabs --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2e70e01..a4dc6be 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,8 +7,8 @@ To ensure your PR is dealt with swiftly please check the following: - [ ] Additions are not already listed at any of the [pages](https://github.com/FreesideHull/StudentResources/tree/main/Pages) or README - [ ] You have searched the repository for any relevant [issues](https://github.com/FreesideHull/StudentResources/issues) or [PRs](https://github.com/FreesideHull/StudentResources/pulls), including closed ones for any reasons why your entry/entries may be denied. If in doubt: get in touch at our [Discord](https://discord.freeside.co.uk) -- [ ] Any category you are creating has the minimum requirement of 3 items. - If not, your addition may be inserted into `Other interesting stuff `. +- [ ] Any new category created has the minimum requirement of 3 items. + If not, your addition must be inserted into `Other interesting stuff ` instead. - [ ] The pull request title is informative, unlike "Update README.md". Suggested titles: "Add aaa to bbb" for adding software aaa to section bbb, "Remove aaa from bbb" for removing, etc.