diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..5da48e4a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,30 @@ + + +## Description + + + +## How to Test + + + +## Checklist + +- [ ] I have performed a self-review of my code. +- [ ] I have added tests for my changes. +- [ ] I have run linter locally (`npm run lint`) and all checks pass. +- [ ] I have run tests locally (`npm test`) and all tests pass. +- [ ] I have commented on my code, particularly in hard-to-understand areas. + + +## Screenshots (if appropriate): + +## Related PR(s)/Issue(s) + + + + + + + +