Fix empty checkboxes in PR template
This commit is contained in:
parent
2325a1fcc2
commit
baa919c96a
18
.github/pull_request_template.md
vendored
18
.github/pull_request_template.md
vendored
@ -13,18 +13,18 @@ of the PR were done in a specific way -->
|
|||||||
|
|
||||||
#### All Submissions:
|
#### All Submissions:
|
||||||
|
|
||||||
* [] I've signed all my commits
|
* [ ] I've signed all my commits
|
||||||
* [] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md)
|
* [ ] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md)
|
||||||
* [] I ran `cargo fmt` and `cargo clippy` before committing
|
* [ ] I ran `cargo fmt` and `cargo clippy` before committing
|
||||||
|
|
||||||
#### New Features:
|
#### New Features:
|
||||||
|
|
||||||
* [] I've added tests for the new feature
|
* [ ] I've added tests for the new feature
|
||||||
* [] I've added docs for the new feature
|
* [ ] I've added docs for the new feature
|
||||||
* [] I've updated `CHANGELOG.md`
|
* [ ] I've updated `CHANGELOG.md`
|
||||||
|
|
||||||
#### Bugfixes:
|
#### Bugfixes:
|
||||||
|
|
||||||
* [] This pull request breaks the existing API
|
* [ ] This pull request breaks the existing API
|
||||||
* [] I've added tests to reproduce the issue which are now passing
|
* [ ] I've added tests to reproduce the issue which are now passing
|
||||||
* [] I'm linking the issue being fixed by this PR
|
* [ ] I'm linking the issue being fixed by this PR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user