[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Some small documentation fixes (#3999)
Browse files Browse the repository at this point in the history
* Two small documentation fixes

* Fix url to plugin_tool format
  • Loading branch information
renefloor committed Jun 2, 2021
1 parent e686de5 commit 3623f62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

- [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
- [ ] I read the [Tree Hygiene] wiki page, which explains my responsibilities.
- [ ] I read and followed the [Flutter Style Guide] and the [C++, Objective-C, Java style guides]. (Note that unlike the flutter/flutter repo, the flutter/plugins repo does use `dart format`. See [plugin_tool format](../script/tool/README.md#format-code))
- [ ] I read and followed the [Flutter Style Guide] and the [C++, Objective-C, Java style guides]. (Note that unlike the flutter/flutter repo, the flutter/plugins repo does use `dart format`. See [plugin_tool format])
- [ ] I signed the [CLA].
- [ ] The title of the PR starts with the name of the plugin surrounded by square brackets, e.g. `[shared_preferences]`
- [ ] I listed at least one issue that this PR fixes in the description above.
Expand All @@ -30,3 +30,4 @@ If you need help, consider asking for advice on the #hackers-new channel on [Dis
[breaking change policy]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
[Discord]: https://github.com/flutter/flutter/wiki/Chat
[pub versioning philosophy]: https://dart.dev/tools/pub/versioning
[plugin_tool format]: https://github.com/flutter/plugins/blob/master/script/tool/README.md#format-code
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ _See also: [Flutter's code of conduct](https://github.com/flutter/flutter/blob/m
## Welcome

For an introduction to contributing to Flutter, see [our contributor
guide][https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md].
guide](https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md).

Additional resources specific to the plugins repository:
- [Setting up the Plugins development
Expand Down
2 changes: 1 addition & 1 deletion script/tool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Note that the `plugins` argument, despite the name, applies to any package.

```sh
cd <repository root>
dart run /script/tool/lib/src/main.dart format --plugins plugin_name
dart run ./script/tool/lib/src/main.dart format --plugins plugin_name
```

### Run the Dart Static Analyzer
Expand Down

0 comments on commit 3623f62

Please sign in to comment.