You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
550 B
11 lines
550 B
# Commit Type Guideline
|
|
* build: changes that affect the build system or external dependencies (example scopes: npm, pip, rg)
|
|
* ci: changes to CI configuration files and scripts (example scopes: format, lint, issue_templates)
|
|
* docs: changes to the documentation only
|
|
* feat: new feature for the user
|
|
* fix: bug fix
|
|
* perf: performance improvement
|
|
* refactor: code change that neither fixes a bug nor adds a feature
|
|
* test: adding missing tests or correcting existing tests
|
|
* chore: all the rest, including version bump for plugins
|