Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 830 Bytes

CONTRIBUTING.adoc

File metadata and controls

24 lines (14 loc) · 830 Bytes

Contributing

We are pleased to receive any kind of contribution (issues, pull requests, suggestions …​).

Commit message format

Here is the expected commit format, please follow conventional commits rules. We give you a little summary about basic commit templating message.

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]

Pull request

For each improvement, the fix must be submitted with a pull request. When a pull request is submitted, an action is run to check if the pull request follows the commit message format.

Integration policy

By default, all pull requests is squash when Maintainer has validated your contribution. If you don’t want squash your commit, please tell us by a comment in your pull request.