SW Development Process
KANBAN


Git workflow


Commit convention
The first line of the commitment message should be...
“[header] [TFP-{issue number}] commit message“
The types of headers are as follows:
- [feat] : functional implementation
- [fix] : fix code/bug
- [hotfix]: generated by hotfix branches
- [docs]: document work
- [pr]: when creating PR
More rules: