From e35087bc6774f7222b0e262514e4cbf068e0c6a0 Mon Sep 17 00:00:00 2001 From: NEEN Date: Thu, 4 Nov 2021 19:37:54 +0800 Subject: [PATCH 1/2] fix broken links Signed-off-by: NEEN --- en/contribute/contribution-process.md | 4 ++-- ...by-example.png.png => Signed-off-by-example.png} | Bin .../figures/{docs-sig.png.png => docs-sig.png} | Bin .../contribute/figures/figure2.png | Bin .../contribute/figures/figure3.png | Bin 5 files changed, 2 insertions(+), 2 deletions(-) rename en/contribute/figures/{Signed-off-by-example.png.png => Signed-off-by-example.png} (100%) rename en/contribute/figures/{docs-sig.png.png => docs-sig.png} (100%) rename "en/contribute/figures/\346\227\240\346\240\207\351\242\2302.png" => en/contribute/figures/figure2.png (100%) mode change 100755 => 100644 rename "en/contribute/figures/\346\227\240\346\240\207\351\242\2303.png" => en/contribute/figures/figure3.png (100%) mode change 100755 => 100644 diff --git a/en/contribute/contribution-process.md b/en/contribute/contribution-process.md index 1cbdf91cd72..9fa4be4fa4e 100755 --- a/en/contribute/contribution-process.md +++ b/en/contribute/contribution-process.md @@ -178,11 +178,11 @@ repo push --br="20200903" --d="master" --content="#I1TVV4" On the editing page displayed, open the comment tags for the repository, branch, and commit. -![](figures/无标题2.png) +![](figures/figure2.png) Save the settings and exit. The repo tool automatically pushes the local branch to the remote fork repository \(creates a fork repository if there is no fork repository\) and generates a PR. -![](figures/无标题3.png) +![](figures/figure3.png) The tool automatically associates the PR with the issue. diff --git a/en/contribute/figures/Signed-off-by-example.png.png b/en/contribute/figures/Signed-off-by-example.png similarity index 100% rename from en/contribute/figures/Signed-off-by-example.png.png rename to en/contribute/figures/Signed-off-by-example.png diff --git a/en/contribute/figures/docs-sig.png.png b/en/contribute/figures/docs-sig.png similarity index 100% rename from en/contribute/figures/docs-sig.png.png rename to en/contribute/figures/docs-sig.png diff --git "a/en/contribute/figures/\346\227\240\346\240\207\351\242\2302.png" b/en/contribute/figures/figure2.png old mode 100755 new mode 100644 similarity index 100% rename from "en/contribute/figures/\346\227\240\346\240\207\351\242\2302.png" rename to en/contribute/figures/figure2.png diff --git "a/en/contribute/figures/\346\227\240\346\240\207\351\242\2303.png" b/en/contribute/figures/figure3.png old mode 100755 new mode 100644 similarity index 100% rename from "en/contribute/figures/\346\227\240\346\240\207\351\242\2303.png" rename to en/contribute/figures/figure3.png -- Gitee From c67e8d186f5f3b3c954e32feba230d9655f02ba2 Mon Sep 17 00:00:00 2001 From: NEEN Date: Thu, 4 Nov 2021 19:41:57 +0800 Subject: [PATCH 2/2] modify the md files name Signed-off-by: NEEN --- en/contribute/template/{faq-template.md.md => faq-template.md} | 0 .../template/{tutorial-template.md.md => tutorial-template.md} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename en/contribute/template/{faq-template.md.md => faq-template.md} (100%) rename en/contribute/template/{tutorial-template.md.md => tutorial-template.md} (100%) diff --git a/en/contribute/template/faq-template.md.md b/en/contribute/template/faq-template.md similarity index 100% rename from en/contribute/template/faq-template.md.md rename to en/contribute/template/faq-template.md diff --git a/en/contribute/template/tutorial-template.md.md b/en/contribute/template/tutorial-template.md similarity index 100% rename from en/contribute/template/tutorial-template.md.md rename to en/contribute/template/tutorial-template.md -- Gitee