We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe:
https://kusionstack.io/docs/governance/contribute/git-guideline
Describe the feature you'd like:
The current only include bug/enhancement/feat/ast type issue
Describe alternatives you've considered:
add missing template
- feat: -- 添加了新的功能特性。 - fix: -- 进行了 Bug 的修复。 - docs: -- 进行了文档部分的修改。 - style: -- 对代码格式的修改,并不影响代码的功能,如:删除多余空格,代码缩进等。 - refactor: -- 在不改变代码功能的基础上对代码进行了的重构。 - perf: -- 对代码进行了性能优化。 - test: -- 添加或者调整已有的测试用例。 - build: -- 对构建系统或者外部依赖库进行了调整。 - ci: -- 调整了 CI 的配置文件或者脚本。 - chore: -- 对源代码和测试文件之外其他部分的调整。 - revert: -- 对 commit 进行回滚。
Teachability, Documentation, Adoption, Migration Strategy:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Request
Is your feature request related to a problem? Please describe:
https://kusionstack.io/docs/governance/contribute/git-guideline
Describe the feature you'd like:
The current only include bug/enhancement/feat/ast type issue
Describe alternatives you've considered:
add missing template
Teachability, Documentation, Adoption, Migration Strategy:
The text was updated successfully, but these errors were encountered: