mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 06:25:10 +01:00
Stop mentioning dev
branch in documentation
This commit is contained in:
parent
1edd98c593
commit
7c102da43a
3 changed files with 4 additions and 5 deletions
5
.github/pull_request_template.md
vendored
5
.github/pull_request_template.md
vendored
|
@ -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).
|
||||
-->
|
||||
|
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -2,7 +2,7 @@ on:
|
|||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master, dev ]
|
||||
branches: [ master ]
|
||||
|
||||
name: Continuous integration
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue