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