Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 919 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (7 loc) · 919 Bytes

Contributing

This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

We welcome any kind of contribution: Documentation, code, issues, discussions, critique, speaking about it...

This project follows the Angular Conventional Commit guidelines. We require that every commit message follows these guidelines, Pull Requests not following this pattern will be rejected.

Unit tests live in the same file inside a tests module. Integration tests are in tests/.

Please describe all new features with tests. Also please add rustdoc for all public functions.