Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 739 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (15 loc) · 739 Bytes

CONTRIBUTING

Thank you for your interest in contributing to the project. Issues, Bug reports or feature request can be made via GitHub issues. For detailed developer information please see the sections below.

In any case please also acknowledge our Code of Conduct

Developer Contributions Guidance

Please make sure that all contributions compile and do not produce any errors. For this please run:

cargo +nightly clippy

and

cargo +nightly fmt

to check if your contributions follow the styling and syntax recommendations.

Workflow

Please make sure that you either create an Issue or a PR Draft first to give everyone an oppurtunity to discuss the best approach for your contribution