diff options
| author | doufenghu <[email protected]> | 2023-10-21 00:11:06 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2023-10-21 00:11:06 +0800 |
| commit | 4daba8db4d3d606c05eb483ad30d0464b13b8ce9 (patch) | |
| tree | 305e975a6c11cadbc0ae99d2ecac4322faac9671 /docs/develop-guide.md | |
| parent | abe49fe77469f19c7a5b9ebe1a99e30bae8fb57c (diff) | |
基于mvn spotless:apply 对其代码进行格式化
Diffstat (limited to 'docs/develop-guide.md')
| -rw-r--r-- | docs/develop-guide.md | 22 |
1 files changed, 12 insertions, 10 deletions
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. + |
