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: