Skip to content

Commit

Permalink
CONTRIBUTING: use "dart format" instead of "dartfmt"
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 authored Nov 20, 2021
1 parent 55a895f commit e681be5
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 @@ -11,7 +11,7 @@ If you'd like to add a feature or fix a bug, we're more than happy to accept pul
- Ensure your code contains no analyzer errors, e.g.
- Code is strong-mode compliant
- Code is free of lint errors
- Format your code with `dartfmt`
- Format your code with `dart format`
- Write tests for all new code paths, consider using the [Stream Matchers](https://pub.dartlang.org/packages/test#stream-matchers) available from the test package.
- Write helpful documentation
- If you would like to make a bigger / fundamental change to the codebase, please file a lightweight example PR / issue, or contact us in [Gitter](https://gitter.im/ReactiveX/rxdart) so we can discuss the issue.
Expand Down

0 comments on commit e681be5

Please sign in to comment.