Skip to content

Commit

Permalink
Use dropdown instead of checkbox in bug report template (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
kemzeb committed Apr 19, 2024
1 parent 1bebb55 commit 64f5789
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/ISSUE_TEMPLATE/0-new-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 64f5789

Please sign in to comment.