From c0d3637ca75729e3b8d25a52d8e4a99dc7a594e9 Mon Sep 17 00:00:00 2001 From: peefy Date: Mon, 4 Dec 2023 11:16:01 +0800 Subject: [PATCH] chore: remove dup content in git guide documents Signed-off-by: peefy --- docs/community/contribute/git-guideline.md | 2 -- .../version-0.7.0/community/contribute/git-guideline.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/docs/community/contribute/git-guideline.md b/docs/community/contribute/git-guideline.md index 9bebc635..ac710fb7 100644 --- a/docs/community/contribute/git-guideline.md +++ b/docs/community/contribute/git-guideline.md @@ -101,8 +101,6 @@ We suggest that the PR title be consistent with the branch name and the commit m {type} ( {component_name_or_file_name} ) :{a_short_description} ``` -比如,Alice 为分支`fix/alice/fix_output_fmt_bug`创建的PR名称。 - For example, Alice creates the PR name `fix/alice/fix_output_fmt_bug` for one branch. ``` diff --git a/versioned_docs/version-0.7.0/community/contribute/git-guideline.md b/versioned_docs/version-0.7.0/community/contribute/git-guideline.md index 9bebc635..ac710fb7 100644 --- a/versioned_docs/version-0.7.0/community/contribute/git-guideline.md +++ b/versioned_docs/version-0.7.0/community/contribute/git-guideline.md @@ -101,8 +101,6 @@ We suggest that the PR title be consistent with the branch name and the commit m {type} ( {component_name_or_file_name} ) :{a_short_description} ``` -比如,Alice 为分支`fix/alice/fix_output_fmt_bug`创建的PR名称。 - For example, Alice creates the PR name `fix/alice/fix_output_fmt_bug` for one branch. ```