Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 667 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 667 Bytes

Contributing

Issues & Pull Requests

  • Communicate in English on issues and pull requests.
  • Pull requests should only contain related changes.
  • Changes should always be rebased on main
  • Your code should follow our coding standard.
  • Your code should be covered by unit tests.
  • All checks must pass before your code is merged.

Once your code is merged, it is available to everybody, for free, under the MIT License. By publishing your pull request on the project, you implicitly agree with the aforementioned license.

Thank you for your contribution! It wouldn't be so great without you.