mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-22 06:45:37 +01:00
Create CONTRIBUTING.md
This commit is contained in:
parent
409ade3547
commit
347ea9320f
1 changed files with 10 additions and 0 deletions
10
CONTRIBUTING.md
Normal file
10
CONTRIBUTING.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# 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).
|
||||||
|
|
||||||
|
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
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue