Skip to content

Commit 64f5789

Browse files
authored
Use dropdown instead of checkbox in bug report template (#356)
1 parent 1bebb55 commit 64f5789

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/ISSUE_TEMPLATE/0-new-issue.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,16 @@ body:
1010
validations:
1111
required: true
1212

13-
- type: checkboxes
13+
- type: dropdown
1414
attributes:
1515
label: Are you running pipdeptree in a virtual environment?
1616
options:
17-
- label: "Yes"
17+
- "Yes"
18+
- "No"
19+
default: 1
20+
validations:
21+
required: true
22+
1823

1924
- type: textarea
2025
attributes:

0 commit comments

Comments
 (0)