From ca07826626f8fff05cd3589a2ea9d90ed58d08fd Mon Sep 17 00:00:00 2001 From: Khanh Nguyen Date: Fri, 22 Apr 2022 10:52:07 -0700 Subject: [PATCH] add website freeze warning to PR template --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index db5ee76604b..359424c7761 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,11 @@ +**IMPORTANT:** Due to work on the flutter.dev infrastructure, **all open pull requests will be closed April 29.** + +If your PR needs to be merged by April 29, please say that in your PR. + +Otherwise, please [file an issue](https://github.com/flutter/website/issues/new/choose) about the needed change, and (if you submit a PR) be prepared to recreate the PR May 11 or later. + +--- + _Description of what this PR is changing or adding, and why:_ _Issues fixed by this PR (if any):_