mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-05 21:30:40 +08:00
feat: update issue template dropdowns for git providers and task types
This commit is contained in:
15
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
15
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user