From 0659fc343f9bf83cc7ddd0ae3d6af834b1c18ac7 Mon Sep 17 00:00:00 2001 From: Raghu Simha Date: Thu, 27 May 2021 12:24:49 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20Add=20explanatory=20text=20to=20?= =?UTF-8?q?the=20LTS=20and=20cherry-pick=20sections=20of=20the=20release?= =?UTF-8?q?=20tracker=20(#34575)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/release-tracker.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/release-tracker.yml b/.github/ISSUE_TEMPLATE/release-tracker.yml index 02a3fabf230cf..c13b67afd6349 100644 --- a/.github/ISSUE_TEMPLATE/release-tracker.yml +++ b/.github/ISSUE_TEMPLATE/release-tracker.yml @@ -54,6 +54,7 @@ body: label: LTS Release description: Details for the LTS promotion if necessary. value: | + _To be updated if an LTS promotion is necessary._ @@ -79,11 +80,12 @@ body: value: | Sometimes, a bug in a release necessitates that a fix be cherry-picked before the release can progress. If this is the case, follow the instructions in the [cherry-picks documentation](https://github.com/ampproject/amphtml/blob/main/docs/contributing-code.md#Cherry-picks) and fill out this section. - type: textarea - id: cherry_picks + id: cherry_pick_progress attributes: - label: Cherry-Picks - description: Details for cherry-picks if necessary. + label: Cherry-Pick Release Progress + description: Progress details for a cherry-pick release if necessary. value: | + _To be updated if a cherry-pick release is necessary._