mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Update CONTRIBUTING.md
This commit is contained in:
parent
e2152df44a
commit
24ad51c657
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# 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:
|
||||
|
||||
|
@ -9,3 +9,5 @@ cargo test --all
|
|||
cargo doc --open
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue