Git commit messaging tips

If applied, this commit will <commit message> The commit type can include the following: feat – a new feature is introduced with the changesfix – a bug fix has occurredchore – changes that do not relate to a fix or feature and don’t modify src or test files (for example updating dependencies)refactor – refactored code […]

Continue reading