From edbd5c1cfc55e3fd8c9e5d33c188f4faeafdbe61 Mon Sep 17 00:00:00 2001 From: John Ryan Date: Mon, 9 Jan 2023 15:44:04 -0800 Subject: [PATCH] Update pull request template for website freeze (#8041) --- .github/PULL_REQUEST_TEMPLATE.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7f8974b8fc..efc51bbfd7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,5 @@ -_Description of what this PR is changing or adding, and why:_ +**IMPORTANT:** Due to work on the docs.flutter.dev infrastructure, this repo is **not accepting pull requests**. -_Issues fixed by this PR (if any):_ Fixes #ISSUE-NUMBER +Instead of creating a PR, please file an issue (https://github.com/flutter/website/issues/new/choose) about the needed change. -## Presubmit checklist -- [ ] This PR doesn’t contain automatically generated corrections (Grammarly or similar). -- [ ] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person). -- [ ] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer. +We expect to start accepting PRs again the week of January 24th. \ No newline at end of file