-
What is the format of the title of Issues and PRs? Issue 和 PR 的标题,应当遵循什么格式? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Title of IssuesIn the InLong project, the title format of the Issue is suggested as follows:
For example:
Title of Pull requestsIn the InLong project, the title format of the PR is suggested as follows:
For example:
InLong moduleCurrently, The module of InLong includes: Agent | Audit | Dashboard | DataProxy | SDK | Sort | Sort-Flink | Sort-Standalone | TubeMQ | Manager | Website Those modules are also supported: InLong | K8s | Docker | CI | GitHub | Doc | POM If your commit involves multiple modules, please use [InLong] as the module. |
Beta Was this translation helpful? Give feedback.
Title of Issues
In the InLong project, the title format of the Issue is suggested as follows:
For example:
Title of Pull requests
In the InLong project, the title format of the PR is suggested as follows:
[INLONG-1234] represents the issue number associated with this commit.
[Module] indicates which module or part of Apache InLong this commit belongs to.
After a space, write your commit message, start with a capital letter, and cannot end with a number, space, or punctuation.
For example: