mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 04:10:49 +08:00
41 lines
990 B
YAML
41 lines
990 B
YAML
name: "\U0001FAB2 Bug Report"
|
|
description: Submit a bug report to help us improve PR-Agent
|
|
labels: [ "bug" ]
|
|
body:
|
|
|
|
- type: dropdown
|
|
id: information-git-provider
|
|
attributes:
|
|
label: Git provider
|
|
description: 'The problem arises when using:'
|
|
options:
|
|
- "Github"
|
|
- "Github Enterprise"
|
|
- "Gitlab"
|
|
- "Bitbucket Cloud"
|
|
- "Bitbucket Server"
|
|
- "Azure"
|
|
- "Other"
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: system-info
|
|
attributes:
|
|
label: System Info
|
|
description: Please share your system info with us.
|
|
render: shell
|
|
placeholder: model used, deployment type (action/app/cli/...), etc...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: bug-details
|
|
attributes:
|
|
label: Bug details
|
|
description: Please share your system info with us.
|
|
render: shell
|
|
placeholder: Describe the problem
|
|
validations:
|
|
required: true
|