From 64f5789c6652d6f396e03b0f69cb1b0ce2cdfe7f Mon Sep 17 00:00:00 2001 From: Kemal Zebari <60799661+kemzeb@users.noreply.github.com> Date: Thu, 18 Apr 2024 18:23:21 -0700 Subject: [PATCH] Use dropdown instead of checkbox in bug report template (#356) --- .github/ISSUE_TEMPLATE/0-new-issue.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/0-new-issue.yml b/.github/ISSUE_TEMPLATE/0-new-issue.yml index 7e704f4..ca3e183 100644 --- a/.github/ISSUE_TEMPLATE/0-new-issue.yml +++ b/.github/ISSUE_TEMPLATE/0-new-issue.yml @@ -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: