Skip to content

Commit f5800ff

Browse files
Merge pull request #749 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 49079d9 + 478b3f9 commit f5800ff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/lnd/code_contribution_guidelines.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,10 @@ Examples of common patterns w.r.t commit structures within the project:
335335
codebase.
336336
* If a PR only fixes a trivial issue, such as updating documentation on a
337337
small scale, fix typos, or any changes that do not modify the code, the
338-
commit message should end with `[skip ci]` to skip the CI checks.
338+
commit message of the HEAD commit of the PR should end with `[skip ci]` to
339+
skip the CI checks. When pushing to such an existing PR, the latest commit
340+
being pushed should end with `[skip ci]` as to not inadvertantly trigger the
341+
CI checks.
339342
340343
## Sign your git commits
341344

0 commit comments

Comments
 (0)