From d74be603e4e400537321c758c4e10b232a55de04 Mon Sep 17 00:00:00 2001 From: "Florian Touya (deuzu)" Date: Sat, 3 Apr 2021 00:50:39 +0200 Subject: [PATCH] chore: Add documentation Closes #15 --- .github/CONTRIBUTING.MD | 47 ++++++++++++++++++++ .github/workflows/test.yaml | 19 +++----- README.md | 88 ++++++++++++++++++++++++++++++++++++- action.yml | 22 ++++++---- 4 files changed, 155 insertions(+), 21 deletions(-) create mode 100644 .github/CONTRIBUTING.MD 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. + +``` +(): + + + +