Add a pull request template.

This commit is contained in:
Anthony Dodd 2021-05-26 21:15:26 -05:00
parent 3388f1a275
commit bcc246ccf8
No known key found for this signature in database
GPG Key ID: 6E0613E0F653DBC0
1 changed files with 10 additions and 0 deletions

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

@ -0,0 +1,10 @@
<!--
Thank you for taking the time to open a pull request!
Please review the checklist below and perform each of
the applicable tasks. ❤️!
-->
**Checklist**
- [ ] Updated CHANGELOG.md describing pertinent changes.
- [ ] Updated README.md with pertinent info (may not always apply). <!-- Mark complete if nothing to do. -->
- [ ] Updated guide with pertinent info (may not always apply). <!-- Mark complete if nothing to do. -->
- [ ] Squash down commits to one or two logical commits which clearly describe the work you've done. If you don't, then Dodd will `:)`.