chore: add pull request template

This commit is contained in:
figsoda 2022-08-09 22:06:08 +08:00
parent f6a4c9ffbe
commit c6163cff36
2 changed files with 5 additions and 0 deletions

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

@ -0,0 +1,4 @@
<!--
Make sure to check out CONTRIBUTING.md.
Don't forget to add a CHANGELOG.md entry!
-->

View File

@ -84,6 +84,7 @@ Categories Used:
- Fix missing \#\[must_use\] attribute on a method returning `Self` [\#243](https://github.com/ouch-org/ouch/pull/243) ([vrmiguel](https://github.com/vrmiguel))
- Update dependencies [\#253](https://github.com/ouch-org/ouch/pull/253) ([Crypto-Spartan](https://github.com/Crypto-Spartan))
- Update dependencies [\#257](https://github.com/ouch-org/ouch/pull/257) ([Artturin](https://github.com/Artturin))
- Add pull request template [\#263](https://github.com/ouch-org/ouch/pull/263) ([figsoda](https://github.com/figsoda))
### New Contributors