Use dropdown instead of checkbox in bug report template (#356)

This commit is contained in:
Kemal Zebari 2024-04-18 18:23:21 -07:00 committed by GitHub
parent 1bebb55aa6
commit 64f5789c66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 2 deletions

View File

@ -10,11 +10,16 @@ body:
validations: validations:
required: true required: true
- type: checkboxes - type: dropdown
attributes: attributes:
label: Are you running pipdeptree in a virtual environment? label: Are you running pipdeptree in a virtual environment?
options: options:
- label: "Yes" - "Yes"
- "No"
default: 1
validations:
required: true
- type: textarea - type: textarea
attributes: attributes: