This means that, whatever you are working on, fall under the category of types mentioned below.
| No. | Type | Description |
|---|---|---|
| 1 | feat | use this type to describe a new feature |
| 2 | fix | use this type to describe a bug fix |
| 3 | doc | use this type to describe a documentation contribution or improvement |
| 4 | style | use this type to describe formatting, missing semicolons, or page styling |
| 5 | refactor | use this type to describe code refactor |