diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..363fbc3 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,41 @@ + + + +# Description + +## Problem\* + + + +Resolves + +## Summary\* + + + +This PR sets out to + +### Example + + + +Before: + +``` + +``` + +After: + +``` + +``` + +## Additional Context + + + +# PR Checklist\* + +- [ ] I have tested the changes locally. +- [ ] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` on default settings.