Committed by
GitHub
Fix the main branch name in CONTRIBUTING.md (#175)
Documentation is using master as the main branch name which isn't true anymore.
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -16,7 +16,7 @@ The following steps are based on a version of [flutter/plugin's contributing gui | @@ -16,7 +16,7 @@ The following steps are based on a version of [flutter/plugin's contributing gui | ||
| 16 | ### Create pull requests | 16 | ### Create pull requests |
| 17 | 17 | ||
| 18 | - Fetch the latest repo state: `git fetch upstream` | 18 | - Fetch the latest repo state: `git fetch upstream` |
| 19 | -- Create a feature branch: `git checkout upstream/master -b <name_of_your_branch>` | 19 | +- Create a feature branch: `git checkout upstream/main -b <name_of_your_branch>` |
| 20 | - Now, you can change the code necessary for your patch. | 20 | - Now, you can change the code necessary for your patch. |
| 21 | 21 | ||
| 22 | Make sure that you bump the version in [`pubspec.yaml`][pubspec]. You **must** bump the Pubspec | 22 | Make sure that you bump the version in [`pubspec.yaml`][pubspec]. You **must** bump the Pubspec |
-
Please register or login to post a comment