From 4daba8db4d3d606c05eb483ad30d0464b13b8ce9 Mon Sep 17 00:00:00 2001 From: doufenghu Date: Sat, 21 Oct 2023 00:11:06 +0800 Subject: 基于mvn spotless:apply 对其代码进行格式化 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/develop-guide.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'docs/develop-guide.md') diff --git a/docs/develop-guide.md b/docs/develop-guide.md index 785cfcb..5c55d47 100644 --- a/docs/develop-guide.md +++ b/docs/develop-guide.md @@ -1,14 +1,16 @@ # Develop Guide ## How to write a high quality Git commit message + > [purpose] [module name] [sub-module name] Description (JIRA Issue ID) -- Issue purpose: - - Fix: bug fixes - - Feature: add new feature or functionality - - Improve: Make enhancements or improvements to existing code - - Docs: changes to the documentation like README - - Test: add or modify tests -- Module name: the current issue involves the name of the module, for example: `Core`, `Common`, `Connector`, etc. -- Sub-module name: the current issue involves the name of the sub-module, for example: `ClickHouse`, `Kafka`, `IPFix`, etc. -- Description: The most important part of a commit message is that it should be clear and meaningful. -- JIRA Issue ID: Integrating JIRA is used for issue tracking. +> - Issue purpose: +> - Fix: bug fixes +> - Feature: add new feature or functionality +> - Improve: Make enhancements or improvements to existing code +> - Docs: changes to the documentation like README +> - Test: add or modify tests +> - Module name: the current issue involves the name of the module, for example: `Core`, `Common`, `Connector`, etc. +> - Sub-module name: the current issue involves the name of the sub-module, for example: `ClickHouse`, `Kafka`, `IPFix`, etc. +> - Description: The most important part of a commit message is that it should be clear and meaningful. +> - JIRA Issue ID: Integrating JIRA is used for issue tracking. + -- cgit v1.2.3