diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index cfe06274..d90d9a9a 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