Extend installer issue option (#3961)

* Extend installer issue option

* make installer required
This commit is contained in:
Matthias Mair 2022-11-19 10:59:31 +01:00 committed by GitHub
parent 99844d5b2f
commit 9ce2f4f4d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: