Skip to content

Commit

Permalink
docs: Update dev branch in CONTRIBUTION.md (KRTirtho#977)
Browse files Browse the repository at this point in the history
change development branch from main to dev
  • Loading branch information
franchioping authored Jan 2, 2024
1 parent ec7c952 commit 7e1005d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Do the following:
flutter run -d <window|macos|linux|(<android-device-id>)>
```

Do debugging/testing/build etc then submit to us with PR against the development branch (master) & we'll review your code
Do debugging/testing/build etc then submit to us with PR against the development branch (dev) & we'll review your code
### Submit Translations
Expand All @@ -163,4 +163,4 @@ Make sure you're familiar with [Flutter localization](https://docs.flutter.dev/u
- Now restart (hot restart if running already) the app in debug mode & go to "Settings" > "Language" & see if your locale shows up
- If it does, select it & see if the app is translated properly
- Now git commit the changes & push
- Finally, submit a PR against the development branch (dev) & we'll review your code
- Finally, submit a PR against the development branch (dev) & we'll review your code

0 comments on commit 7e1005d

Please sign in to comment.