Files
pr-agent/.github/ISSUE_TEMPLATE/bug-report.yml
2025-01-27 16:00:03 +02:00

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