diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..f4f956a --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,183 @@ +# Contributing + + * [Support](#support) + * [Committing](#committing) + * [Issues](#issues) + * [Pull requests](#pull-requests) + * [Coding rules](#coding-rules) + * [Branching](#branching) + +## Support + +Feel free to ask us anything you want at our +[official channels][channels], +but don't forget our [rules][] + + + +## Committing + + * Commit must be as atomic as possible. + * Commit messages must be as terse as possible, + but without big damage to information value. + * Commit message format (similar with Angular's one): + + ```` + (): + + + +