-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Leonardo Lima <[email protected]>
- Loading branch information
1 parent
21ff758
commit 7bf75eb
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<!-- You can erase any parts of this template not applicable to your Pull Request. --> | ||
|
||
### Description | ||
|
||
<!-- Describe the purpose of this PR, what's being adding and/or fixed --> | ||
|
||
### Notes to the reviewers | ||
|
||
<!-- In this section you can include notes directed to the reviewers, like explaining why some parts | ||
of the PR were done in a specific way --> | ||
|
||
### 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 |