chore: update PR template

This commit is contained in:
Andrew Bastin
2024-06-17 21:47:59 +05:30
parent e6cd03c283
commit 73090c7a2b

View File

@@ -7,20 +7,15 @@ Please make sure that the pull request is limited to one type (docs, feature, et
<!-- If this pull request closes an issue, please mention the issue number below --> <!-- If this pull request closes an issue, please mention the issue number below -->
Closes # <!-- Issue # here --> Closes # <!-- Issue # here -->
### Description <!-- Add an introduction into what this PR tries to solve in a couple of sentences -->
<!-- Add a brief description of the pull request -->
### What's changed
<!-- Describe point by point the different things you have changed in this PR -->
<!-- You can also choose to add a list of changes and if they have been completed or not by using the markdown to-do list syntax <!-- You can also choose to add a list of changes and if they have been completed or not by using the markdown to-do list syntax
- [ ] Not Completed - [ ] Not Completed
- [x] Completed - [x] Completed
--> -->
### Checks ### Notes to reviewers
<!-- Make sure your pull request passes the CI checks and do check the following fields as needed - --> <!-- Any information you feel the reviewer should know about when reviewing your PR -->
- [ ] My pull request adheres to the code style of this project
- [ ] My code requires changes to the documentation
- [ ] I have updated the documentation as required
- [ ] All the tests have passed
### Additional Information
<!-- Any additional information like breaking changes, dependencies added, screenshots, comparisons between new and old behaviour, etc. -->