Skip to content

Commit 07fa98f

Browse files
authored
Merge pull request #5614 from yyforyongyu/skip-release-note
trivial: skip release note for trivial fixes
2 parents dee9b9a + b64f413 commit 07fa98f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/code_contribution_guidelines.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,9 @@ Examples of common patterns w.r.t commit structures within the project:
316316
be a single commit which adds the new functionality, with follow up
317317
induvidual commits that begin to intergrate the functionality within the
318318
codebase.
319+
* If a PR only fixes a trivial issue, such as updating documentations on a
320+
small scale, fix typo, or any changes that do not modify the code, the
321+
commit message should end with `[skip ci]` to skip the CI checks.
319322
320323
## Code Spacing
321324

0 commit comments

Comments
 (0)