From 7c102da43a89e6c36804ab1710a91e471d556a7e Mon Sep 17 00:00:00 2001 From: Maybe Waffle Date: Tue, 17 Jan 2023 20:37:17 +0400 Subject: [PATCH] Stop mentioning `dev` branch in documentation --- .github/pull_request_template.md | 5 ++--- .github/workflows/ci.yml | 2 +- CONTRIBUTING.md | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c302cb75..bab252aa 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,6 @@ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c6f0e38..40b4d815 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ on: push: branches: [ master ] pull_request: - branches: [ master, dev ] + branches: [ master ] name: Continuous integration diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c5853790..5fdbfd2f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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