Merge pull request #814 from teloxide/fixstructionsa

Stop mentioning `dev` branch in documentation
This commit is contained in:
Waffle Maybe 2023-01-17 22:32:42 +04:00 committed by GitHub
commit 1656c10231
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View file

@ -1,7 +1,6 @@
<!--
Before making this PR, please ensure the following:
- The PR is open to `dev`, NOT `master`.
- `CHANGELOG.md` is updated (if necessary).
- Documentation and tests are updated (if necessary).
- `CHANGELOG.md` is updated (if necessary).
- Documentation and tests are updated (if necessary).
-->

View file

@ -2,7 +2,7 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master, dev ]
branches: [ master ]
name: Continuous integration

View file

@ -2,7 +2,7 @@
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 `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:
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:
```
cargo clippy --all --all-features --all-targets