Skip to content

Commit

Permalink
Merge pull request #95 from dstadulis/docs-lnd
Browse files Browse the repository at this point in the history
Update lnd documentation
  • Loading branch information
github-actions[bot] authored Dec 5, 2024
2 parents 52bccca + be8c1a0 commit 4d841a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/lnd/code_contribution_guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,10 @@ Examples of common patterns w.r.t commit structures within the project:
codebase.
* If a PR only fixes a trivial issue, such as updating documentation on a
small scale, fix typos, or any changes that do not modify the code, the
commit message should end with `[skip ci]` to skip the CI checks.
commit message of the HEAD commit of the PR should end with `[skip ci]` to
skip the CI checks. When pushing to such an existing PR, the latest commit
being pushed should end with `[skip ci]` as to not inadvertantly trigger the
CI checks.
## Sign your git commits
Expand Down

0 comments on commit 4d841a0

Please sign in to comment.