diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..9e76ef9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,30 @@ +## Description + +Please include a summary of the change and which issue is fixed. Also, include relevant motivation and context. + +Fixes # (issue) + +## Type of change + +- [ ] Bug fix +- [ ] New feature +- [ ] Breaking change +- [ ] This change requires a documentation update + +## How Has This Been Tested? + +Please describe the tests that you ran to verify your changes. Include details of your testing environment, and the tests you performed. + +- [ ] Backend Tests +- [ ] Frontend 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 updated the documentation accordingly +- [ ] I have added tests that prove my fix is effective or that my feature works +- [ ] New and existing tests passed + +## Screenshots (if applicable):