From 1be39ae027b530739e68fcffaf8d3a12e89cc27c Mon Sep 17 00:00:00 2001 From: Huseyin ELMAS Date: Fri, 14 Jan 2022 16:55:30 +0300 Subject: [PATCH] fix(docs): master branch renaming (#33312) contributing.md file still refers `master` branch name since the branch renamed as `main` recently. This PR contains a fix for that. **related:** #33153 #33198 ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have helpful link attached, see `contributing.md` ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. - [ ] Errors have helpful link attached, see `contributing.md` ## Documentation / Examples - [x] Make sure the linting passes by running `yarn lint` Co-authored-by: Tim Neutkens <6324199+timneutkens@users.noreply.github.com> --- contributing.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/contributing.md b/contributing.md index 041321c789898..1fd1133aee776 100644 --- a/contributing.md +++ b/contributing.md @@ -6,10 +6,9 @@ examples](#adding-examples)** below. ## Developing -The development branch is `canary`, and this is the branch that all pull -requests should be made against. After publishing a stable release, the changes -in the `canary` branch are rebased into `master`. The changes on the `canary` -branch are published to the `@canary` dist-tag daily. +The development branch is `canary`. This is the branch that all pull +requests should be made against. The changes on the `canary` +branch are published to the `@canary` tag on npm regularly. To develop locally: