From d5f5a00b36a28663974b93af334e1bdf92c91578 Mon Sep 17 00:00:00 2001 From: logan Date: Mon, 21 Oct 2024 00:58:15 -0400 Subject: [PATCH] meta: add Pull-Request template Create PULL_REQUEST_TEMPLATE.md FINALLY Update PULL_REQUEST_TEMPLATE.md Fix location of template Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..425dc5e4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ + +# Description + + + +## Type(s) + +- [ ] game page addition +- [ ] game page modification +- [ ] other wiki edit + +## Verification +Have you + +- [ ] Followed the [contribution guidelines?](https://github.com/Whisky-App/whisky-book?tab=readme-ov-file#please-read-all-steps-before-contributing) +- [ ] Ran `./scripts/generate.mjs`? +- [ ] Ran `./scripts/lint.mjs`? +- [ ] Checked spelling and grammar? +- [ ] (If applicable) Provided documentation for a game not working? (i.e. detailing what happens when the game doesn't work?) +- [ ] (If applicable) Ensured the linked Steam ID is the correct one for your game addition? \ No newline at end of file