From: Alekos Filini Date: Fri, 11 Dec 2020 14:53:12 +0000 (+0100) Subject: Add the pull request template X-Git-Tag: v0.2.0~23^2 X-Git-Url: http://internal-gitweb-vhost/%22https:/parse/scripts/database/-script/-debug/struct.ScriptHash.html?a=commitdiff_plain;h=6c768e538840e038ba009e14e245c9ec755a9349;p=bdk Add the pull request template --- diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..572282fc --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,30 @@ + + +### Description + + + +### Notes to the reviewers + + + +### Checklists + +#### 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 + +#### 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