add a PR github template (#129)

Signed-off-by: mikeee <hey@mike.ee>
This commit is contained in:
Mike Nguyen 2024-02-28 15:02:14 +00:00 committed by GitHub
parent 7080073b77
commit 011fa64669
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 21 additions and 0 deletions

21
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,21 @@
# Description
<!--Please explain the changes you've made here-->
## Issue reference
<!--We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.-->
<!--Please reference the issue(s) with a hash tag for example #100 -->
This PR will close #number
## Checklist
<!-- This list is non-exhaustive, please ensure the tests are passing. -->
<!--Please make sure you've completed the relevant tasks for this PR, out of the following list: -->
* [ ] Code compiles correctly
* [ ] Created/updated tests
* [ ] Extended the documentation