-
Notifications
You must be signed in to change notification settings - Fork 51
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 template
- Loading branch information
1 parent
478b606
commit f0c8fe3
Showing
3 changed files
with
23 additions
and
35 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,24 @@ | ||
### 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; | ||
- [ ] 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). | ||
- [ ] Bug fix | ||
- [ ] New feature | ||
- [ ] Documentation update | ||
- [ ] Test | ||
- [ ] Other: <!-- Please describe it --> | ||
|
||
### 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