mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
502 B
502 B
Contributing
Before contributing, please read our code of conduct and the code style.
To change the source code, fork this repository and work inside your own branch. Then send us a PR and wait for the CI to check everything. However, you'd better check changes first locally:
cargo clippy --all --all-features --all-targets
cargo test --all
cargo doc --open