Semantic Commit Messages See how a minor change to your commit message style can make you a better programmer. Format: <type>(<scope>): <subject> <scope> is optional Example
Title <Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).> URL <The URL Structure (path only, no root url)> Method: