Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 719 Bytes

Contributing.md

File metadata and controls

20 lines (14 loc) · 719 Bytes

Contributions

Thank you very much for your interest!

Contributions are much appreciated, be it in code, issues or general feedback. You can use the issue tracker or the gitter chat which can be accessed via matrix, too.

Code Contributions

This project is written in Rust based on a bunch of nice crates. The code should be auto-formatted using rustfmt.

There are some tests, that can be run using the run-tests.sh script in the source root. These are also run on CI. The CI pipeline builds this app for/on different platforms. This happens when a PR is created on each change.