Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 383 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 383 Bytes

Defluencer Contribution Guide

For all contribution you must run rustfmt and rust-analyser and warning are not allowed.

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