diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9aab6bc2b8d1b..551401f5e4932 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -32,6 +32,12 @@ Before you create this PR confirm that it meets all requirements listed below by - [ ] All existing and new tests are passing. - [ ] I am willing to follow-up on review comments in a timely manner. + +## Reviewer Checklist + +- [ ] I have submitted any presubmit flakes in this PR using the [engine presubmit flakes form] before re-triggering the failure. + + ## Breaking Change Did any tests fail when you ran them? Please read [handling breaking changes]. @@ -50,3 +56,4 @@ Did any tests fail when you ran them? Please read [handling breaking changes]. [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 +[engine presubmit flakes form]: https://forms.gle/Wc1VyFRYJjQTH6w5A