Add PR description section to PR template (#3016)

* Add PR description place

* remove PR
This commit is contained in:
Dominik Maier 2025-02-21 12:24:12 +01:00 committed by GitHub
parent d40f18f377
commit df7e51ed42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
- [ ] I have run `./script/clippy.sh` and fixed all errors/warnings