From 4af0befe6ca03e99d915f8225e62ef610caa6ebc Mon Sep 17 00:00:00 2001 From: Kaushik Iska Date: Thu, 8 Oct 2020 09:27:52 -0700 Subject: [PATCH] Update PR template to include the presubmit flake form --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 1 file changed, 7 insertions(+) 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