Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 413 Bytes

File metadata and controls

12 lines (8 loc) · 413 Bytes

Defluencer Contribution Guide

For all contribution you must run rustfmt and rust-analyser and warning are not allowed (exceptions can be discussed).

New Features

If the new feature you want to add as not been talked about yet. First open a new discussion about it. Otherwise submit a draft PR and link to the issue.

Bug fixes

Explain the faulty behavior, explain the fix then send PR.

Tests

YES