Add pull request template

This commit is contained in:
thunderbiscuit 2022-03-03 16:06:34 -05:00
parent 2ebd4979b0
commit d41f787efd
No known key found for this signature in database
GPG Key ID: 88253696EB836462

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

@ -0,0 +1,24 @@
<!-- Erase any parts of this template not applicable to your Pull Request. -->
## Description
<!-- Describe the purpose of this PR, what's being adding and/or fixed -->
## Notes to the reviewers
<!-- In this section you can include notes directed to the reviewers, like explaining why some parts
of the PR were done in a specific way -->
## Checklists
## All Submissions:
* [ ] I've signed all my commits
* [ ] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md)
#### New Features:
* [ ] I've added tests for the new feature
* [ ] I've added docs for the new feature
* [ ] I've updated `CHANGELOG.md`
#### Bugfixes:
* [ ] This pull request breaks the existing API
* [ ] I've added tests to reproduce the issue which are now passing
* [ ] I'm linking the issue being fixed by this PR