-
Notifications
You must be signed in to change notification settings - Fork 1
Commit Message Convention & Branch strategy
DongUk Kim edited this page May 15, 2024
·
1 revision
- Before committing:
- Perform build tests for the project.
- Use Code Spell Checker for typo checks.
Type | Description |
---|---|
add: | Add new features, package managers, or documentation. |
fix: | Modify logic, styles, types, functions, components, or libraries. |
refactor: | Code refactoring (no logic change, typo corrections, variable names, clean code, function abstraction). |
test: | Add test codes or refactoring test codes. |
bug: | Fix and complete QA tickets. |
Example: 65-feature-epic
Category | Task |
---|---|
feature | Functionality additions |
hotfix | Urgent bug fixes and issues that need immediate reflection in the operational branch. |
"" | More categories to be added as needed. |
https://trunkbaseddevelopment.com/