Thank you for your interest in contributing to toml-fmt! There are many ways to contribute, and we appreciate all of them. As a reminder, all contributors are expected to follow our Code of Conduct.
To work on the project:
-
Install Rust (preferably through rustup).
-
Clone the repository.
-
Build the project and run the unit tests:
# build a projects rust code cargo build -p common cargo build -p pyproject-fmt # run a projects rust test code cargo test -p common cargo test -p pyproject-fmt # for pyo3 objects use tox to run Python tests tox run -e 3.13 tox run -e type
By contributing to toml-fmt, you agree that your contributions will be licensed under the MIT License.
Thank you for your contributions! If you have any questions or need further assistance, feel free to reach out via GitHub issues.