Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 669 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 669 Bytes

Contributing guidelines

Thank you very much for contributing! Every help is welcome 🙂.

Workflow

If you have a bugfix, feel free to create a PR. If you have a feature request you can open an issue (or a PR if you already have code).

Code guidelines

Here are some guidelines we ask to follow:

  • The used language is English.
  • Files should be UTF-8.
  • Everything should come with as much tests as possible.
  • The readability of code is very important.
  • Formatting and linting is checked in the PR, please adhere to these checks. You can check the CI/CD pipeline for the exact checks.