Fix empty checkboxes in PR template

This commit is contained in:
Steve Myers 2020-12-16 15:26:17 -08:00
parent 2325a1fcc2
commit baa919c96a
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View File

@ -13,18 +13,18 @@ of the PR were done in a specific way -->
#### All Submissions:
* [] I've signed all my commits
* [] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md)
* [] I ran `cargo fmt` and `cargo clippy` before committing
* [ ] I've signed all my commits
* [ ] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md)
* [ ] I ran `cargo fmt` and `cargo clippy` before committing
#### New Features:
* [] I've added tests for the new feature
* [] I've added docs for the new feature
* [] I've updated `CHANGELOG.md`
* [ ] 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
* [ ] 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