From 78a61666eeae0ddba82f236eab80b7408137ed54 Mon Sep 17 00:00:00 2001 From: Tyera Date: Wed, 31 May 2023 20:02:37 -0600 Subject: [PATCH] Add field for feature-gate-issue deployment considerations (#31901) --- .github/ISSUE_TEMPLATE/2-feature-gate.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/2-feature-gate.yml b/.github/ISSUE_TEMPLATE/2-feature-gate.yml index 21d44a225d..a230ec5d8e 100644 --- a/.github/ISSUE_TEMPLATE/2-feature-gate.yml +++ b/.github/ISSUE_TEMPLATE/2-feature-gate.yml @@ -47,6 +47,13 @@ body: - Staked Validator Vote validations: required: true + - type: textarea + id: deployment + attributes: + label: Deployment Considerations + placeholder: Describe any considerations for public-cluster deployment, including needed tests and metrics to be monitored + validations: + required: true - type: input id: beta-version attributes: