- feature/: For developing new features
- pattern should be 'feature/domain'
- ex. feature/member
- pattern should be 'feature/domain'
- bugfix/: To fix bugs in the code. Often created associated to an issue.
- hotfix/: To fix critical bugs in the production.
- feat: add new features
- docs: update documentation
- fix: update functions
- refactor: update structures without function changes