Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 926 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 926 Bytes

Contributing

Thank you for your interest in this project. In this document you'll find steps about how to contribute to this project (by submitting code changes or by reporting issues).

Code of conduct

Please read our code of conduct first.

Issues reporting

The issues should be reported on the project's repository.

Please include a step by step guide to reproduce your issue.

You are also very welcome to open a pull request to propose a fix for your issue, or to simply propose a solution that we can discuss about.

Code changes

The code changes should be covered by tests which are asserting that the new changes are behaving as expected.

Please use descriptive commit messages.

Each changes should be proposed as a pull request on the project's repository.