update pull request template

This commit is contained in:
Thijs van Loef
2024-01-24 10:56:57 +01:00
parent 551c6b1d0d
commit 6ba20840e0
2 changed files with 17 additions and 15 deletions

View File

@@ -1,15 +0,0 @@
## Context
* <!-- What do you want to achieve with this PR? -->
## Choices
* <!-- * Why did you solve it like this? -->
## Test instructions
1. <!-- 1. How did you test this PR? -->
## Documentation
* [ ] I have written documentation for this change.

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

@@ -0,0 +1,17 @@
## Context
* <!-- What do you want to achieve with this PR? -->
## Choices
* <!-- * Why did you solve it like this? -->
## Test instructions
1. <!-- 1. How did you test this PR? -->
## Checklist before requesting a review
* [ ] I have performed a self-review of my code
* [ ] I've added documentation about this change to the README.
* [ ] I've not introduced breaking changes.