# Contributing Contributions in the form of bug reports or pull requests are welcome. For pull requests, please consider: * Write [a proper commit message][proper-commit] and keep the history clean. Put unrelated changes in separate commits. * Basic checks (formatting, `rustfmt` and `black`, and typechecks, `cargo check` and `mypy --strict`) should pass at every commit. * Contributions must be authored by a human, LLM-generated code is not allowed. * You agree to license your contribution under the Apache 2.0 license. # Code of conduct * Be nice. * Please do not discuss politics in the issue tracker, the issue tracker is for technical issues. [proper-commit]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html