Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 641 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (22 loc) · 641 Bytes

Contributing

Setup

Ensure you have make installed. Run command -v make. If there is no stdout, search for ways to install make on your system.

make install # installs rust/cargo and cargo crate deps

Building

To generate a release binary to ./target/release/tinty, run:

make build

Testing

make test

PRs

Include Rust related changes under ## Unreleased (Copy the format from the existing releases).

Changes should be included under ### Added, ### Changed and ### Removed. Bullet point information should be written in present tense and should describe what the change does.