Now that the bot is cleverer, we can make the PR template clearer (#90414)
This commit is contained in:
parent
b59e5c5d12
commit
55185caeb8
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -12,7 +12,7 @@
|
||||
- [ ] I signed the [CLA].
|
||||
- [ ] I listed at least one issue that this PR fixes in the description above.
|
||||
- [ ] I updated/added relevant documentation (doc comments with `///`).
|
||||
- [ ] I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt.
|
||||
- [ ] I added new tests to check the change I am making, or this PR is [test-exempt].
|
||||
- [ ] All existing and new tests are passing.
|
||||
|
||||
If you need help, consider asking for advice on the #hackers-new channel on [Discord].
|
||||
@ -20,6 +20,7 @@ If you need help, consider asking for advice on the #hackers-new channel on [Dis
|
||||
<!-- Links -->
|
||||
[Contributor Guide]: https://github.com/flutter/flutter/wiki/Tree-hygiene#overview
|
||||
[Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene
|
||||
[test-exempt]: https://github.com/flutter/flutter/wiki/Tree-hygiene#tests
|
||||
[Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
|
||||
[Features we expect every widget to implement]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement
|
||||
[CLA]: https://cla.developers.google.com/
|
||||
|
Loading…
x
Reference in New Issue
Block a user