Development Conventions
A few conventions should be followed in a development chain to facilitate collaboration, maintainability, and clarity. Generally speaking, I follow the points below in my development.
Commit Message Development workflow CI/CD Commit Message The Conventional Commits is a regular specification I used in my development for providing an easy set of rules for creating an explicit commit history.
<type>[optional scope]: <description>
[optional body]
[optional footer(s)]
The commit types which is based on Angular Convention are listed in the below table: