mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-29 02:00:54 +02:00
trivial: skip release note for trivial fixes [skip ci]
This commit is contained in:
@ -316,6 +316,9 @@ Examples of common patterns w.r.t commit structures within the project:
|
|||||||
be a single commit which adds the new functionality, with follow up
|
be a single commit which adds the new functionality, with follow up
|
||||||
induvidual commits that begin to intergrate the functionality within the
|
induvidual commits that begin to intergrate the functionality within the
|
||||||
codebase.
|
codebase.
|
||||||
|
* If a PR only fixes a trivial issue, such as updating documentations on a
|
||||||
|
small scale, fix typo, or any changes that do not modify the code, the
|
||||||
|
commit message should end with `[skip ci]` to skip the CI checks.
|
||||||
|
|
||||||
## Code Spacing
|
## Code Spacing
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user