feat: update issue template dropdowns for git providers and task types

This commit is contained in:
ofir-frd
2025-01-23 16:11:30 +02:00
parent 20bbe4187a
commit 68f2198549

View File

@ -12,23 +12,26 @@ body:
validations: validations:
required: true required: true
- type: checkboxes - type: dropdown
id: information-scripts-examples id: information-scripts-examples
attributes: attributes:
label: Information label: Information
description: 'The problem arises when using:' description: 'The problem arises when using:'
options: options:
- label: "The official example scripts" - "Github"
- label: "My own modified scripts" - "Gitlab"
- "Bitbucket"
- "Other"
- type: checkboxes - type: dropdown
id: information-tasks id: information-tasks
attributes: attributes:
label: Tasks label: Tasks
description: "The tasks I am working on are:" description: "The tasks I am working on are:"
options: options:
- label: "An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...)" - "Qodo Merge commands"
- label: "My own task or dataset (give details below)" - "Installation issues"
- "Other"
- type: textarea - type: textarea
id: reproduction id: reproduction