mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
21 lines
1.3 KiB
Markdown
21 lines
1.3 KiB
Markdown
## 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 obeys the [Code Documentation and Commenting](https://github.com/lightningnetwork/lnd/blob/master/docs/code_contribution_guidelines.md#CodeDocumentation) 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#IdealGitCommitStructure).
|
|
- [ ] Any new logging statements use an appropriate subsystem and logging level.
|
|
- [ ] Any new lncli commands have appropriate tags in the comments for the rpc in the proto file.
|
|
- [ ] [There is a change description in the release notes](https://github.com/lightningnetwork/lnd/tree/master/docs/release-notes), or `[skip ci]` in the commit message for small changes.
|
|
|
|
📝 Please see our [Contribution Guidelines](https://github.com/lightningnetwork/lnd/blob/master/docs/code_contribution_guidelines.md) for further guidance.
|