Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 648 Bytes

.gitcommit.md

File metadata and controls

19 lines (17 loc) · 648 Bytes

type(scope): subject

body

footer #+ describes the kind of change that this commit is providing. Allowed types are:

* feat (feature)

* fix (bug fix)

* docs (documentation)

* style (formatting, missing semicolons, ...)

* refactor

* test (when adding missing tests)

* chore (maintain)

#+ can be anything specifying the place of the commit change #+ is a very short description of the change, in the following format:

* imperative, present tense: “change” not “changed”/“changes”

* no capitalised first letter

* no dot (.) at the end

#- The FOOTER Breaking Changes and GitHub issues