diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..ed8423c --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,14 @@ +# Developer guide + +## Requirements + +**unit or integrations tests** are mandatory. + +Please use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#summary). + +## Coding style + +Follow usual best practices: + * document your code + * one function = one purpose + * function name should perfectly define their purpose