mirror of
https://github.com/btcsuite/btcd.git
synced 2025-03-12 19:02:12 +01:00
github: add pull request template
This commit is contained in:
parent
d9e3077ad7
commit
b4a1215075
1 changed files with 19 additions and 0 deletions
19
.github/pull_request_template.md
vendored
Normal file
19
.github/pull_request_template.md
vendored
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
## Change Description
|
||||||
|
Description of change / link to associated issue.
|
||||||
|
|
||||||
|
## Steps to Test
|
||||||
|
Steps for reviewers to follow to test the change.
|
||||||
|
|
||||||
|
## Pull Request Checklist
|
||||||
|
### Testing
|
||||||
|
- [ ] Your PR passes all CI checks.
|
||||||
|
- [ ] Tests covering the positive and negative (error paths) are included.
|
||||||
|
- [ ] Bug fixes contain tests triggering the bug to prevent regressions.
|
||||||
|
|
||||||
|
### Code Style and Documentation
|
||||||
|
- [ ] The change is not [insubstantial](https://github.com/lightningnetwork/lnd/blob/master/docs/code_contribution_guidelines.md#substantial-contributions-only). Typo fixes are not accepted to fight bot spam.
|
||||||
|
- [ ] The change obeys the [Code Documentation and Commenting](https://github.com/lightningnetwork/lnd/blob/master/docs/code_contribution_guidelines.md#code-documentation-and-commenting) guidelines, and lines wrap at 80.
|
||||||
|
- [ ] Commits follow the [Ideal Git Commit Structure](https://github.com/lightningnetwork/lnd/blob/master/docs/code_contribution_guidelines.md#ideal-git-commit-structure).
|
||||||
|
- [ ] Any new logging statements use an appropriate subsystem and logging level.
|
||||||
|
|
||||||
|
📝 Please see our [Contribution Guidelines](https://github.com/lightningnetwork/lnd/blob/master/docs/code_contribution_guidelines.md) for further guidance.
|
Loading…
Add table
Reference in a new issue