From b64f413718dd9c6f2962de758ddd58b8b2980e41 Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Wed, 11 Aug 2021 00:17:10 +0800 Subject: [PATCH] trivial: skip release note for trivial fixes [skip ci] --- docs/code_contribution_guidelines.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/code_contribution_guidelines.md b/docs/code_contribution_guidelines.md index a9542dbb3..21d8ea6e0 100644 --- a/docs/code_contribution_guidelines.md +++ b/docs/code_contribution_guidelines.md @@ -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 induvidual commits that begin to intergrate the functionality within the 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