diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..eae6cc6 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +## Description +Add a short bulleted description of why this change is needed. + +## Related Issue +Closes # + +## Demo (if visible change) + + +## Checklist +- [ ] Tests pass locally and in CI +- [ ] No lint errors +- [ ] I have self-reviewed my code \ No newline at end of file