Use dropdown instead of checkbox in bug report template (#356)
This commit is contained in:
parent
1bebb55aa6
commit
64f5789c66
|
@ -10,11 +10,16 @@ body:
|
|||
validations:
|
||||
required: true
|
||||
|
||||
- type: checkboxes
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Are you running pipdeptree in a virtual environment?
|
||||
options:
|
||||
- label: "Yes"
|
||||
- "Yes"
|
||||
- "No"
|
||||
default: 1
|
||||
validations:
|
||||
required: true
|
||||
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
|
|
Loading…
Reference in New Issue