From 28052859dc1778053c54ff5ccf7c23f660f7b77b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=AB=E4=BF=9D=E9=87=91?= Date: Mon, 3 Oct 2022 03:47:09 +0000 Subject: [PATCH 1/5] add guide/commit-guide. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 宫保金 --- guide/commit-guide.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 guide/commit-guide.md diff --git a/guide/commit-guide.md b/guide/commit-guide.md new file mode 100644 index 0000000..e69de29 -- Gitee From 933d4ba4e3db0041f9b3e510bce6e868aac769f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=AB=E4=BF=9D=E9=87=91?= Date: Mon, 3 Oct 2022 03:49:14 +0000 Subject: [PATCH 2/5] add commit message standard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 宫保金 --- commit_message.md | 0 guide/commit-guide.md | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 commit_message.md diff --git a/commit_message.md b/commit_message.md new file mode 100644 index 0000000..e69de29 diff --git a/guide/commit-guide.md b/guide/commit-guide.md index e69de29..076ef43 100644 --- a/guide/commit-guide.md +++ b/guide/commit-guide.md @@ -0,0 +1,2 @@ +### Commit Message +#### Commit Message 格式 -- Gitee From 8901c884358a34f636aec50970a438160c3ce204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=AB=E4=BF=9D=E9=87=91?= Date: Mon, 3 Oct 2022 03:49:49 +0000 Subject: [PATCH 3/5] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20comm?= =?UTF-8?q?it=5Fmessage.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commit_message.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 commit_message.md diff --git a/commit_message.md b/commit_message.md deleted file mode 100644 index e69de29..0000000 -- Gitee From 24a9f1d5da48929ac2f58153b819a3d66e6cbf43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=AB=E4=BF=9D=E9=87=91?= Date: Mon, 3 Oct 2022 06:54:05 +0000 Subject: [PATCH 4/5] =?UTF-8?q?docs:=E6=B7=BB=E5=8A=A0=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E8=A7=84=E8=8C=83=20=E4=B8=BA=E4=BA=86?= =?UTF-8?q?=E4=BD=BF=E5=AE=A1=E9=98=85=E8=80=85=E3=80=81=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E8=80=85=E6=88=96=E8=80=85=E5=85=B6=E4=BB=96=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E6=9B=B4=E5=8A=A0=E5=87=86=E7=A1=AE=E3=80=81=E6=96=B9=E4=BE=BF?= =?UTF-8?q?=E5=9C=B0=E4=BA=86=E8=A7=A3=E6=8F=90=E4=BA=A4=E5=86=85=E5=AE=B9?= =?UTF-8?q?=EF=BC=8C=E6=8F=90=E5=8D=87=E6=B2=9F=E9=80=9A=E5=8D=8F=E4=BD=9C?= =?UTF-8?q?=E6=95=88=E7=8E=87=EF=BC=8C=E5=A2=9E=E5=8A=A0=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E8=A7=84=E8=8C=83=E6=96=87=E6=A1=A3=EF=BC=8C?= =?UTF-8?q?=E6=89=80=E6=9C=89=E7=9A=84=E6=8F=90=E4=BA=A4=E9=83=BD=E5=B0=86?= =?UTF-8?q?=E9=81=B5=E5=BE=AA=E8=AF=A5=E8=A7=84=E8=8C=83=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 宫保金 --- guide/commit-guide.md | 73 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 72 insertions(+), 1 deletion(-) diff --git a/guide/commit-guide.md b/guide/commit-guide.md index 076ef43..1982476 100644 --- a/guide/commit-guide.md +++ b/guide/commit-guide.md @@ -1,2 +1,73 @@ +## Commit +代码提交,涉及Issue提出人、修改者、审阅者和测试者多方的协作,提交的内容至少需要审阅者和测试者了解修改的意图才能有针对性地对提交内容进行测试和审阅。为了更加方便多方的协调,提交消息(Commit Messsage)的准确性、规范性尤为重要。 ### Commit Message -#### Commit Message 格式 +每次提交,Commit message 都包括三个部分:Header,Body 和 Footer。 + +> ```bash +> (): +> // 空一行 +> +> // 空一行 +>