ci: pull request template

This commit is contained in:
Folke Lemaitre 2024-06-10 15:04:32 +02:00
parent d7c7548e09
commit 65060ece67
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

15
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,15 @@
# What is this PR for?
<!-- Describe the big picture of your changes to communicate to the maintainers
why we should accept this pull request. -->
## Does this PR fix an existing issue?
<!--
If this PR fixes any issues, please link to the issue here.
Fixes #<issue_number>
-->
## Checklist
- [ ] I've read the [CONTRIBUTING](/CONTRIBUTING.md) guidelines.