diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..56fa97e --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,125 @@ +## Commit Message Format + +_This specification is inspired by and supersedes the [AngularJS commit message format][commit-message-format]._ + +We have very precise rules over how our Git commit messages must be formatted. +This format leads to **easier to read commit history**. + +Each commit message consists of a **header**, a **body**, and a **footer**. + +``` +
+ + + +