diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5bd1f81ef5..fea6830033 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,10 @@ -## Pull Request Checklist +## Description + +*describe your PR here* + +## 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 +- [ ] I have run `./script/clippy.sh` and fixed all errors/warnings