mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-02 11:50:37 +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:
|
||||
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
|
||||
|
Reference in New Issue
Block a user