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:
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