Update CONTRIBUTING.md

This commit is contained in:
Temirkhan Myrzamadi 2020-02-14 16:45:45 +06:00 committed by GitHub
parent e2152df44a
commit 24ad51c657
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# Contributing # Contributing
Before contributing, please read our [code of conduct](https://github.com/teloxide/teloxide/blob/dev/CODE_OF_CONDUCT.md) and [the code style](https://github.com/teloxide/teloxide/blob/dev/CODE_STYLE.md). Before contributing, please read our [the code style](https://github.com/teloxide/teloxide/blob/dev/CODE_STYLE.md).
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: 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:
@ -9,3 +9,5 @@ cargo test --all
cargo doc --open cargo doc --open
cargo fmt --all -- --check cargo fmt --all -- --check
``` ```
To report a bug, suggest new functionality, or ask a question, go to [Issues](https://github.com/teloxide/teloxide/issues). Try to make MRE (**M**inimal **R**eproducible **E**xample) and specify your teloxide version to let others help you.