From 9ce2f4f4d3b4f4b8d21a161ab853e2629b95bed3 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sat, 19 Nov 2022 10:59:31 +0100 Subject: [PATCH] Extend installer issue option (#3961) * Extend installer issue option * make installer required --- .github/ISSUE_TEMPLATE/install.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/install.yaml b/.github/ISSUE_TEMPLATE/install.yaml index c5fc63c99a..05db44e66e 100644 --- a/.github/ISSUE_TEMPLATE/install.yaml +++ b/.github/ISSUE_TEMPLATE/install.yaml @@ -4,6 +4,8 @@ labels: ["question", "triage:not-checked", "setup"] body: - type: checkboxes id: deployment + validations: + required: true attributes: label: "Deployment Method" options: @@ -12,6 +14,8 @@ body: - label: "Docker Production" - label: "Bare metal Development" - label: "Bare metal Production" + - label: "Digital Ocean image" + - label: "Other (please provide a link `Steps to Reproduce`" - type: textarea id: description validations: