Commit guidelines
We are using Conventional commits
Allowed prefixes
Commits should be prefixed according to below prefix-table.
| prefix | Description |
|---|---|
| feat: | (Feature) A new feature. |
| fix: | (Bug fix) A bug Fix. |
| hotfix: | (Hot fix) A fix to patch production code. |
| docs: | (Documentation) Documentation only changes. |
| perf: | (Code Refactoring) Code changes that improves performance. |
| wip: | (Work In Progress) A code change that won’t be finished soon. |
| test: | (TESTS) Adding missing tests or correcting existing tests. |
| ci: | (Continuous Integrations) Changes to our CI configuration files and scripts (example scope: CircleCi). |
| build: | (Builds) Changes that affect the build system or external dependencies (example scope: npm). |