From 68f219854921cb892afd6463b7607bb94cee947c Mon Sep 17 00:00:00 2001 From: ofir-frd Date: Thu, 23 Jan 2025 16:11:30 +0200 Subject: [PATCH] feat: update issue template dropdowns for git providers and task types --- .github/ISSUE_TEMPLATE/bug-report.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index cfe062746..d90d9a9a7 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -12,23 +12,26 @@ body: validations: required: true - - type: checkboxes + - type: dropdown id: information-scripts-examples attributes: label: Information description: 'The problem arises when using:' options: - - label: "The official example scripts" - - label: "My own modified scripts" + - "Github" + - "Gitlab" + - "Bitbucket" + - "Other" - - type: checkboxes + - type: dropdown id: information-tasks attributes: label: Tasks description: "The tasks I am working on are:" options: - - label: "An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...)" - - label: "My own task or dataset (give details below)" + - "Qodo Merge commands" + - "Installation issues" + - "Other" - type: textarea id: reproduction