mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-18 15:20:15 +01:00
make 'dev' default branch in docs
This commit is contained in:
parent
bf3c2c31d4
commit
d88f92d26c
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
Before contributing, please read [our code style](https://github.com/teloxide/teloxide/blob/master/CODE_STYLE.md) and [the license](https://github.com/teloxide/teloxide/blob/master/LICENSE).
|
Before contributing, please read [our code style](https://github.com/teloxide/teloxide/blob/master/CODE_STYLE.md) and [the license](https://github.com/teloxide/teloxide/blob/master/LICENSE).
|
||||||
|
|
||||||
To change the source code, fork the `master` branch of this repository and work inside your own branch. Then send us a PR into `master` branch and wait for the CI to check everything. However, you'd better check changes first locally:
|
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 clippy --all --all-features --all-targets
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<img src="https://github.com/teloxide/teloxide/workflows/Continuous%20integration/badge.svg">
|
<img src="https://github.com/teloxide/teloxide/workflows/Continuous%20integration/badge.svg">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://teloxide.netlify.com">
|
<a href="https://teloxide.netlify.com">
|
||||||
<img src="https://img.shields.io/badge/docs-master-blue)">
|
<img src="https://img.shields.io/badge/docs-dev-blue)">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://docs.rs/teloxide/">
|
<a href="https://docs.rs/teloxide/">
|
||||||
<img src="https://img.shields.io/badge/docs.rs-v0.3.0-blue.svg">
|
<img src="https://img.shields.io/badge/docs.rs-v0.3.0-blue.svg">
|
||||||
|
|
Loading…
Reference in a new issue