Skip to content

Commit

Permalink
feat: update issue template dropdowns for git providers and task types
Browse files Browse the repository at this point in the history
  • Loading branch information
ofir-frd committed Jan 23, 2025
1 parent 20bbe41 commit 68f2198
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68f2198

Please sign in to comment.