Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 873 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 873 Bytes

Contributing

Before contributing, please read our code style and the license.

To change the source code, fork the dev branch of this repository and work inside your own branch. Then send us a PR into dev branch 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
RUSTDOCFLAGS="--cfg docsrs" cargo doc --open --all-features
# Using nightly rustfmt
cargo +nightly fmt --all -- --check

To report a bug, suggest new functionality, or ask a question, go to Issues. Try to make MRE (Minimal Reproducible Example) and specify your teloxide version to let others help you.