Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 620 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (7 loc) · 620 Bytes

Contributing

Contributions to the codebase and documentation are welcome using the usual Github pull request workflow.

Unit tests are automatically run after code is being received by Github (library and examples):

More details for developers are in DEVELOPER.md.

Important notes

  • Please create an issue before starting work on any significant changes
  • We only accept code bundled with tests, no matter if its a new feature or bug fix. It strengthened the codebase and avoids regressions later on.