Skip to content

Commit 8847ab6

Browse files
committed
Update CONTRIBUTING.md
1 parent 944e00c commit 8847ab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ We really appreciate contributions via GitHub pull requests. To contribute take
3333

3434
* Make sure you are up to date with the latest code on the master:
3535
* `git fetch upstream`
36-
* `git checkout upstream/develop -b <name_of_your_branch>`
36+
* `git checkout upstream/main -b <name_of_your_branch>`
3737
* Apply your changes
3838
* Verify your changes and fix potential warnings/ errors:
3939
* Check formatting: `dart format .`
@@ -46,4 +46,4 @@ Send us your pull request:
4646

4747
* Go to `https://github.com/BaseflowIT/flutter-google-api-availability` and click the "Compare & pull request" button.
4848

49-
Please make sure you solved all warnings and errors reported by the static code analyses and that you fill in the full pull request template. Failing to do so will result in us asking you to fix it.
49+
Please make sure you solved all warnings and errors reported by the static code analyses and that you fill in the full pull request template. Failing to do so will result in us asking you to fix it.

0 commit comments

Comments
 (0)