PR Template (#2997)

This commit is contained in:
Dongjia "toka" Zhang 2025-02-17 16:05:33 +01:00 committed by GitHub
parent a30cce1d88
commit ae3ea23607
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -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