File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!-- Erase any parts of this template not applicable to your Pull Request. -->
2
+
3
+ ### Description
4
+
5
+ <!-- Describe the purpose of this PR, what's being adding and/or fixed -->
6
+
7
+ ### Notes to the reviewers
8
+
9
+ <!-- In this section you can include notes directed to the reviewers, like explaining why some parts
10
+ of the PR were done in a specific way -->
11
+
12
+ ### Changelog notice
13
+
14
+ <!-- Notice the release manager should include in the release tag message changelog -->
15
+ <!-- See https://keepachangelog.com/en/1.0.0/ for examples -->
16
+
17
+ ### Checklists
18
+
19
+ #### All Submissions:
20
+
21
+ * [ ] I've signed all my commits
22
+ * [ ] I followed the [ contribution guidelines] ( https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md )
23
+ * [ ] I ran ` cargo fmt ` and ` cargo clippy ` before committing
24
+
25
+ #### New Features:
26
+
27
+ * [ ] I've added tests for the new feature
28
+ * [ ] I've added docs for the new feature
29
+
30
+ #### Bugfixes:
31
+
32
+ * [ ] This pull request breaks the existing API
33
+ * [ ] I've added tests to reproduce the issue which are now passing
34
+ * [ ] I'm linking the issue being fixed by this PR
You can’t perform that action at this time.
0 commit comments