Anomalocaridid / handlr-regex

Fork of handlr with support for regex
MIT License
129 stars 5 forks source link

docs: write a CONTRIBUTING.md #87

Open Anomalocaridid opened 1 month ago

Anomalocaridid commented 1 month ago

I do not know how interested other people are in contributing to this, but regardless, it would be helpful to document what tools are used, such as cargo-mutants, whether for potential contributors, or just reminding myself how to do things in the event I take a long break from this project.

Currently, the only departure from the "standard" Rust workflow is using cargo-mutants to measure test coverage.

The use of conventional commits is also something that should be documented.