From eea12df3a9858de83e3ae378f8c919a3e63bcf62 Mon Sep 17 00:00:00 2001 From: Casey Hillers Date: Wed, 24 May 2023 14:32:10 -0700 Subject: [PATCH] Update CP template to include timeline and changelog (#127507) Based on recent feedback. Give more information in the CP template. --- .github/ISSUE_TEMPLATE/7_cherry_pick.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/7_cherry_pick.yml b/.github/ISSUE_TEMPLATE/7_cherry_pick.yml index 99a7acc73b..c8c79992c6 100644 --- a/.github/ISSUE_TEMPLATE/7_cherry_pick.yml +++ b/.github/ISSUE_TEMPLATE/7_cherry_pick.yml @@ -6,6 +6,17 @@ assignees: - itsjustkevin - caseyhillers body: +- type: markdown + attributes: + value: | + - type: input id: issue_link attributes: @@ -39,6 +50,15 @@ body: The current branches can be found under release-caniddate-branch.version for [beta](https://github.com/flutter/flutter/blob/beta/bin/internal/release-candidate-branch.version) and [stable](https://github.com/flutter/flutter/blob/stable/bin/internal/release-candidate-branch.version) validations: required: true + - type: textarea + id: changelog_description + attributes: + label: Changelog Description + description: >- + Explain this CP in one line that is accessible to most Flutter developers + See https://github.com/flutter/flutter/wiki/Hotfix-Documentation-Best-Practices for examples + validations: + required: true - type: input id: impacted_users attributes: