Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 478 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (16 loc) · 478 Bytes

Contributing

Bug Report Template

<bug summary>

# Reproducing

<minimal code and/or instructions>

# Expected

<expected results (optional)>

# Got

<actual results>

Code Contribution

Use of clippy is suggested.

The rust api guidelines are valued.

rustfmt is used.

Code changes should be covered by tests.