Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 853 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (18 loc) · 853 Bytes

Contributing

If you would like to contribute to this project, great, thanks!

The best first step is to create a new issue describing the change you would like to make. This will allow us to discuss the change before you spend time working on it.

Once we have agreed on the change, you can create a pull request. Please ensure that your pull request is linked to the issue you created.

Building

This project uses Cargo for building. To build the project, run:

$ cargo build

Testing

This project uses Cargo for testing. To run the tests, run:

$ cargo test

Formatting

Be sure to use cargo fmt to format your code before submitting a pull request.

License

Contributions to this project are licensed under the MIT License.