Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Fix the main branch name in CONTRIBUTING.md (#175)
Browse files Browse the repository at this point in the history
Documentation is using master as the main branch name which isn't true anymore.
  • Loading branch information
irvine5k authored May 26, 2022
1 parent 3a47a4f commit 77133a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The following steps are based on a version of [flutter/plugin's contributing gui
### Create pull requests

- Fetch the latest repo state: `git fetch upstream`
- Create a feature branch: `git checkout upstream/master -b <name_of_your_branch>`
- Create a feature branch: `git checkout upstream/main -b <name_of_your_branch>`
- Now, you can change the code necessary for your patch.

Make sure that you bump the version in [`pubspec.yaml`][pubspec]. You **must** bump the Pubspec
Expand Down

0 comments on commit 77133a0

Please sign in to comment.