The commit message will consist of a pattern like the following
type(component): subject line in text (#issue-number)
where
- type is required
- component is optional
- issue-number is optional
an example of commit message is like
feat(authentication): feature is introduced
feat: authentication feature is introduced (#114)
feat:(platform) authentication feature is introduced
feat:(platform): authentication feature is introduced (#114)
- chore: Regular code maintenance
- feat: The new feature you're introducing
- fix: A bug fix
- test: Everything related to testing
- ui: Feature and updates related to UI/UX
- refactor: Refactoring a specific section of the codebase
- doc: Everything related to documentation
Components are yet to define for Firecamp. TBD