diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..cdba072 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,23 @@ +## Hey, I just made a Pull Request! + + + +### Description + + + +### Related Issue + + + +### Checklist + +- [ ] Code is formatted with `cargo fmt` +- [ ] Code is linted with `cargo clippy` +- [ ] Tests have been added or updated +- [ ] Documentation has been updated (if applicable) + +### Additional Notes + + \ No newline at end of file