Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 753 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (5 loc) · 753 Bytes

Thanks for your interest - we gratefully welcome contributions.

Questions can be asked in issues, or on Gitter.

To help us help you get pull requests merged quickly and smoothly, open an issue before submitted large changes. Please keep the contents of pull requests and commits short. Commit messages should include the intent of the commit.

cargo-edit has a moderately comprehensive test suite. Contributions that add/improve tests are awesome. Please add tests for every change.

cargo-edit uses rustfmt-nightly for formatting and clippy for linting.