From baa919c96ace348e6e7c82ee96fa8180c6e88591 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Wed, 16 Dec 2020 15:26:17 -0800 Subject: [PATCH] Fix empty checkboxes in PR template --- .github/pull_request_template.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 572282fc..3dbc5fd3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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