Update PULL_REQUEST_TEMPLATE.md (#45944)
Update for recent changes to policies.
This commit is contained in:
parent
b61dec79c7
commit
2991dc28a5
13
.github/PULL_REQUEST_TEMPLATE.md
vendored
13
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
## Related Issues
|
## Related Issues
|
||||||
|
|
||||||
*Replace this paragraph with a list of issues related to this PR from our [issue database]. Indicate, which of these issues are resolved or fixed by this PR.*
|
*Replace this paragraph with a list of issues related to this PR from our [issue database]. Indicate, which of these issues are resolved or fixed by this PR. There should be at least one issue listed here.*
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
||||||
@ -20,6 +20,7 @@ Before you create this PR confirm that it meets all requirements listed below by
|
|||||||
- [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
|
- [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
|
||||||
- [ ] I signed the [CLA].
|
- [ ] I signed the [CLA].
|
||||||
- [ ] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement].
|
- [ ] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement].
|
||||||
|
- [ ] I read the [Tree Hygiene] wiki page, which explains my responsibilities.
|
||||||
- [ ] I updated/added relevant documentation (doc comments with `///`).
|
- [ ] I updated/added relevant documentation (doc comments with `///`).
|
||||||
- [ ] All existing and new tests are passing.
|
- [ ] All existing and new tests are passing.
|
||||||
- [ ] The analyzer (`flutter analyze --flutter-repo`) does not report any problems on my PR.
|
- [ ] The analyzer (`flutter analyze --flutter-repo`) does not report any problems on my PR.
|
||||||
@ -27,10 +28,13 @@ Before you create this PR confirm that it meets all requirements listed below by
|
|||||||
|
|
||||||
## Breaking Change
|
## Breaking Change
|
||||||
|
|
||||||
Does your PR require Flutter developers to manually update their apps to accommodate your change?
|
Did any tests fail when you ran them? Please read [Handling breaking changes].
|
||||||
|
|
||||||
- [ ] Yes, this is a breaking change (Please read [Handling breaking changes]). *Replace this with a link to the e-mail where you asked for input on this proposed change.*
|
- [ ] No, no existing tests failed, so this is *not* a breaking change.
|
||||||
- [ ] No, this is *not* a breaking change.
|
- [ ] Yes, this is a breaking change. *If not, delete the remainder of this section.*
|
||||||
|
- [ ] I wrote a design doc: https://flutter.dev/go/template *Replace this with a link to your design doc's short link*
|
||||||
|
- [ ] I got input from the developer relations team, specifically from: *Replace with the names of who gave advice*
|
||||||
|
- [ ] I wrote a migration guide: *Replace with a link to your migration guide*
|
||||||
|
|
||||||
<!-- Links -->
|
<!-- Links -->
|
||||||
[issue database]: https://github.com/flutter/flutter/issues
|
[issue database]: https://github.com/flutter/flutter/issues
|
||||||
@ -39,4 +43,5 @@ Does your PR require Flutter developers to manually update their apps to accommo
|
|||||||
[Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
|
[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
|
[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/
|
[CLA]: https://cla.developers.google.com/
|
||||||
|
[Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene
|
||||||
[Handling breaking changes]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
|
[Handling breaking changes]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user