diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..888a36c --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,56 @@ +Feel free to make any kind of Pull Request - all contributions are welcome. + +The only thing to keep in mind is the commit message format, which is described below. + +### Commit Message Format + +The format is taken directly from [angular.js][angular-contribution-guide], as is this text. + +Each commit message consists of a **header**, a **body** and a **footer**. The header has a special +format that includes a **type**, a **scope** and a **subject**: + +``` +(): + + + +