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

Commit 1a2fbe8

Browse files
Adjust pull request template (#4478)
1 parent 68d2223 commit 1a2fbe8

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
- [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
1010
- [ ] I read the [Tree Hygiene] wiki page, which explains my responsibilities.
11-
- [ ] I read and followed the [relevant style guides] and ran [the auto-formatter]. (Note that unlike the flutter/flutter repo, the flutter/plugins repo does use `dart format`.)
11+
- [ ] I read and followed the [relevant style guides] and ran [the auto-formatter]. (Unlike the flutter/flutter repo, the flutter/plugins repo does use `dart format`.)
1212
- [ ] I signed the [CLA].
1313
- [ ] The title of the PR starts with the name of the plugin surrounded by square brackets, e.g. `[shared_preferences]`
1414
- [ ] I listed at least one issue that this PR fixes in the description above.
15-
- [ ] I [updated pubspec.yaml](https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#version-and-changelog-updates) with an appropriate new version according to the [pub versioning philosophy].
16-
- [ ] I updated CHANGELOG.md to add a description of the change.
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+
- [ ] I updated `CHANGELOG.md` to add a description of the change.
1717
- [ ] I updated/added relevant documentation (doc comments with `///`).
18-
- [ ] I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test exempt.
18+
- [ ] I added new tests to check the change I am making, or this PR is [test-exempt].
1919
- [ ] All existing and new tests are passing.
2020

2121
If you need help, consider asking for advice on the #hackers-new channel on [Discord].
@@ -29,4 +29,6 @@ If you need help, consider asking for advice on the #hackers-new channel on [Dis
2929
[breaking change policy]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
3030
[Discord]: https://github.com/flutter/flutter/wiki/Chat
3131
[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
3233
[the auto-formatter]: https://github.com/flutter/plugins/blob/master/script/tool/README.md#format-code
34+
[test-exempt]: https://github.com/flutter/flutter/wiki/Tree-hygiene#tests

0 commit comments

Comments
 (0)