mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Extend installer issue option (#3961)
* Extend installer issue option * make installer required
This commit is contained in:
parent
99844d5b2f
commit
9ce2f4f4d3
4
.github/ISSUE_TEMPLATE/install.yaml
vendored
4
.github/ISSUE_TEMPLATE/install.yaml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user