Branch names should indicate type of work. For fixes also related issue should be mentioned.
The format is fix/123-short-description
, feature/description
or feature/123-short-description
.
For example
Commit messages should start from an upper case. So Change public ownership sources field to array
is preferred over change public ownership sources field to array
.