diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..247b7be --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,80 @@ +# Contributing Guidelines + +This repository automatically releases when an approved PR is merged. So please +adhere to these rules for a smooth fast PR approval. + +**Rules**S + +* follow the [Commit Message Format] described here. These commits will appear + in the changelog and MUST be comprehensible by humans. +* provide test where possible to ensure this continue to work. +* rebase your branch with latest `main` trunk as often as needed. + +### Commit Message Format + +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**: + +``` +(): + + + +