Branches
Every branch merging to main must be one of the approved prefixs listed below and a brief lowercase, hyphenated suffix. E.g. feat/google-sheets-search-action
The source branch will be deleted after merging to main
Main Branch
Uses the same commit types as the prefix
prefix | description |
---|---|
feat/ | A new feature. This includes new integrations, actions, triggers. |
fix/ | A bug fix. |
perf/ | Changes to improve performace. |
ci/ | Changes to CI files (.github directory). |
test/ | Adding or modifying test files. |
docs/ | Documentation changes. |
refactor/ | Restructuring or reorganizing the code without changing its external behavior |
build/ | Changes that affect the build system, dependencies, or external tooling that supports the building of the project |
chore/ | Changes that are routine maintenance tasks, housekeeping, or updates that don’t modify application functionality, features, or visible behavior. |