diff --git a/.github/CONTRIBUTING.MD b/.github/CONTRIBUTING.MD new file mode 100644 index 00000000..47b712f9 --- /dev/null +++ b/.github/CONTRIBUTING.MD @@ -0,0 +1,47 @@ +# Contributing to Github Democrat Action + +## Commit messages + +In order to keep commits history clear and descriptive, we follow very precise rules over how our Git commit messages must be formatted. This specification is inspired by the [AngularJS commit message format](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commits) and [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). + +Each commit message consists of a header, a body, and a footer. + +``` +(): + + + +