Add code review and testing sections to pull request template (#850)

This commit is contained in:
GeckoEidechse 2024-08-29 17:04:56 +02:00 committed by GitHub
parent 3d278b3b25
commit a5b144a95c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,3 +16,11 @@ Note that commit messages in PRs will generally be squashed to keep commit histo
-->
Replace this line with a description of your change (and screenshots/screenrecordings if applicable).
### Code review:
Replace this line with anything specific to look out for during code reviews.
### Testing:
Replace this line with instructions on how to test your pull request. The more detailed, the easier it is for reviewers to test, the faster your PR gets merged.