|
1 | | -*Replace this paragraph with a description of what this PR is changing or adding, and why.* |
| 1 | +*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* |
2 | 2 |
|
3 | 3 | *List which issues are fixed by this PR. You must list at least one issue.* |
4 | 4 |
|
5 | 5 | *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].* |
6 | 6 |
|
7 | 7 | ## Pre-launch Checklist |
8 | 8 |
|
9 | | -- [ ] The title of the PR starts with the name of the package surrounded by square brackets, e.g. `[shared_preferences]` |
10 | 9 | - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. |
11 | 10 | - [ ] I read the [Tree Hygiene] wiki page, which explains my responsibilities. |
12 | | -- [ ] I read and followed the [Flutter Style Guide]. |
| 11 | +- [ ] I read and followed the [relevant style guides] and ran the auto-formatter. (Unlike the flutter/flutter repo, the flutter/packages repo does use `dart format`.) |
| 12 | +- [ ] I signed the [CLA]. |
| 13 | +- [ ] The title of the PR starts with the name of the package surrounded by square brackets, e.g. `[shared_preferences]` |
13 | 14 | - [ ] I listed at least one issue that this PR fixes in the description above. |
14 | | -- [ ] I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt. |
15 | | -- [ ] I updated `pubspec.yaml` with an appropriate new version according to the [pub versioning philosophy]. |
| 15 | +- [ ] I updated `pubspec.yaml` with an appropriate new version according to the [pub versioning philosophy], or this PR is [exempt from version changes]. |
16 | 16 | - [ ] I updated `CHANGELOG.md` to add a description of the change. |
17 | 17 | - [ ] I updated/added relevant documentation (doc comments with `///`). |
18 | | -- [ ] I signed the [CLA]. |
| 18 | +- [ ] I added new tests to check the change I am making, or this PR is [test-exempt]. |
19 | 19 | - [ ] All existing and new tests are passing. |
20 | 20 |
|
21 | | -If you need help, consider asking for advice on the `#hackers-new` channel on [Discord]. |
| 21 | +If you need help, consider asking for advice on the #hackers-new channel on [Discord]. |
22 | 22 |
|
23 | 23 | <!-- Links --> |
24 | | -[Contributor Guide]: https://github.com/flutter/flutter/wiki/Tree-hygiene#overview |
| 24 | +[Contributor Guide]: https://github.com/flutter/packages/blob/master/CONTRIBUTING.md |
25 | 25 | [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene |
26 | | -[Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo |
| 26 | +[relevant style guides]: https://github.com/flutter/packages/blob/master/CONTRIBUTING.md#style |
27 | 27 | [CLA]: https://cla.developers.google.com/ |
28 | 28 | [flutter/tests]: https://github.com/flutter/tests |
29 | 29 | [breaking change policy]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes |
30 | 30 | [Discord]: https://github.com/flutter/flutter/wiki/Chat |
31 | 31 | [pub versioning philosophy]: https://dart.dev/tools/pub/versioning |
| 32 | +[exempt from version changes]: https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#version-and-changelog-updates |
| 33 | +[test-exempt]: https://github.com/flutter/flutter/wiki/Tree-hygiene#tests |
0 commit comments