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:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: deployment
|
id: deployment
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: "Deployment Method"
|
label: "Deployment Method"
|
||||||
options:
|
options:
|
||||||
@ -12,6 +14,8 @@ body:
|
|||||||
- label: "Docker Production"
|
- label: "Docker Production"
|
||||||
- label: "Bare metal Development"
|
- label: "Bare metal Development"
|
||||||
- label: "Bare metal Production"
|
- label: "Bare metal Production"
|
||||||
|
- label: "Digital Ocean image"
|
||||||
|
- label: "Other (please provide a link `Steps to Reproduce`"
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
validations:
|
validations:
|
||||||
|
Loading…
Reference in New Issue
Block a user