From 282d9d826feb73d36c85c67c02a2caa737dab3f7 Mon Sep 17 00:00:00 2001 From: David Lazarescu <69865187+DavidLazarescu@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:39:03 +0200 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 47 ++++++++++++++++++++++++++++++++ 1 file changed, 47 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 000000000..4e344adeb --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,47 @@ +## Description + + + +## Related Tickets & Documents + + + +- Fixes # (issue) + +## How Has This Been Tested? + + + +- [ ] Screenshot A +- [ ] Screenshot B + +## Added or Updated Tests? + + + +- [ ] 👍 Yes +- [ ] 🙅 No, and this is why: please replace this line with details on why tests have not been included +- [ ] 🙋 I need help with writing tests + +## Checklist: + +- [ ] My code follows the style guidelines of this project +- [ ] I have performed a self-review of my code +- [ ] I have commented my code, particularly in hard-to-understand areas +- [ ] I have added proof(eg. screenshots) that prove my fix is effective or that my feature works +- [ ] I have added tests that prove my fix is effective or that my feature works +- [ ] New and existing unit tests pass locally with my changes