diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..5bd1f81ef5 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,6 @@ +## Pull Request Checklist + +Please make sure you've completed the following steps before submitting: + +- [ ] I have run `./script/fmt_all.sh` to format the code +- [ ] I have run `./script/clippy.sh` and fixed all errors/warnings \ No newline at end of file