]> Untitled Git - bdk/commitdiff
Fix empty checkboxes in PR template
authorSteve Myers <steve@notmandatory.org>
Wed, 16 Dec 2020 23:26:17 +0000 (15:26 -0800)
committerSteve Myers <steve@notmandatory.org>
Thu, 17 Dec 2020 17:52:47 +0000 (09:52 -0800)
.github/pull_request_template.md

index 572282fccf7bbcb0d1fb8473b7874f799135e460..3dbc5fd3c94bf2b4d141167c30cd835df46f98f7 100644 (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