Skip to content

Commit

Permalink
[global] Fix [CONTRIBUTING.md] instruction to format repository
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrintt committed Oct 13, 2023
1 parent 25380f6 commit dfe8bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Thank you for your interest in contributing! Your work can help many developers.
cider log changed|added|fixed|removed 'Added a schmilblick'
```
1. Make sure all the existing tests are passing with `flutter test`.
1. Make sure the repo is formatted using `flutter format .`.
1. Make sure the repo is formatted using `dart format .`.
1. Commit the changes to your branch and push.
That's it! Releasing is done by team members, see the [Releasing](#releasing) section below.
Expand Down

0 comments on commit dfe8bb9

Please sign in to comment.