-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: make PR template more concise, add CONTRIBUTING.md to PR templa…
…te (#357)
- Loading branch information
1 parent
0c447bf
commit f7bbd0e
Showing
3 changed files
with
35 additions
and
34 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
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 |
---|---|---|
@@ -1,37 +1,37 @@ | ||
### What is this PR for? | ||
|
||
This PR fixes issue <!-- insert the issue link or #<issue number> --> | ||
|
||
### What is the purpose of this pull request? | ||
|
||
- [ ] Bug fix; | ||
- [ ] New feature; | ||
- [ ] Docs update; | ||
- [ ] Test; | ||
- [ ] Bug fix | ||
- [ ] Documentation update | ||
- [ ] New feature | ||
- [ ] Test | ||
- [ ] Other: <!-- Please describe it --> | ||
|
||
### Which crates are being modified? | ||
|
||
- [ ] floresta-chain | ||
- [ ] floresta-cli | ||
- [ ] floresta-common | ||
- [ ] floresta-compact-filters | ||
- [ ] floresta-electrum | ||
- [ ] floresta-watch-only | ||
- [ ] floresta-wire | ||
- [ ] floresta | ||
- [ ] florestad | ||
- [ ] Other: <!-- Please describe it -->. | ||
|
||
### Which aspect of floresta its being addresed? | ||
|
||
- [ ] Blockchain; | ||
- [ ] Nodes communication; | ||
- [ ] User consumption; | ||
- [ ] Utreexo accumulator; | ||
- [ ] Other: <!-- Please describe it -->. | ||
|
||
### Checklists | ||
|
||
- [ ] I've signed all my commits; | ||
- [ ] I ran `just lint`; | ||
- [ ] I ran `cargo test`; | ||
- [ ] I checked the integration tests; | ||
- [ ] I'm linking the issue being fixed by this PR (if any). | ||
|
||
### Description | ||
|
||
<!-- Describe the purpose of this PR, what's being adding and/or fixed --> | ||
<!-- Describe the purpose of this PR, what's being adding and/or fixed. If there is an open issue for it, link it here --> | ||
|
||
### 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 --> | ||
|
||
### Checklist | ||
|
||
- [ ] I've signed all my commits | ||
- [ ] I ran `just lint` | ||
- [ ] I ran `cargo test` | ||
- [ ] I've checked the integration tests | ||
- [ ] I've followed the [contribution guidelines](https://github.com/vinteumorg/Floresta/blob/master/CONTRIBUTING.md) | ||
- [ ] I'm linking the issue being fixed by this PR (if any) |
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