mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-05 05:10:38 +08:00
Update bug-report.yml
This commit is contained in:
56
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
56
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -2,15 +2,6 @@ name: "\U0001FAB2 Bug Report"
|
|||||||
description: Submit a bug report to help us improve PR-Agent
|
description: Submit a bug report to help us improve PR-Agent
|
||||||
labels: [ "bug" ]
|
labels: [ "bug" ]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
|
||||||
id: system-info
|
|
||||||
attributes:
|
|
||||||
label: System Info
|
|
||||||
description: Please share your system info with us.
|
|
||||||
render: shell
|
|
||||||
placeholder: platform, model used, etc...
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: information-git-provider
|
id: information-git-provider
|
||||||
@ -19,42 +10,31 @@ body:
|
|||||||
description: 'The problem arises when using:'
|
description: 'The problem arises when using:'
|
||||||
options:
|
options:
|
||||||
- "Github"
|
- "Github"
|
||||||
|
- "Github Enterprise"
|
||||||
- "Gitlab"
|
- "Gitlab"
|
||||||
- "Bitbucket"
|
- "Bitbucket Cloud"
|
||||||
|
- "Bitbucket Server"
|
||||||
- "Azure"
|
- "Azure"
|
||||||
- "Other"
|
- "Other"
|
||||||
|
|
||||||
- type: dropdown
|
|
||||||
id: information-bug-type
|
|
||||||
attributes:
|
|
||||||
label: Bug type
|
|
||||||
description: "The bugs I am experiencing are originated from:"
|
|
||||||
options:
|
|
||||||
- "PR-Agent commands"
|
|
||||||
- "Installation issues"
|
|
||||||
- "Other"
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: reproduction
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
attributes:
|
|
||||||
label: Reproduction (minimal, reproducible, runnable)
|
|
||||||
description: |
|
|
||||||
Please provide a code sample that reproduces the problem you ran into. It can be a GitHub link or just a code snippet.
|
|
||||||
If you have code snippets, error messages, stack traces please provide them here as well.
|
|
||||||
Important! Use code tags to correctly format your code. See https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks#syntax-highlighting
|
|
||||||
Do not use screenshots, as they are hard to read and (more importantly) don't allow others to copy-and-paste your code.
|
|
||||||
Providing a **minimal**, **reproducible** reproduction using a **publicly available model** significantly increase the chances of a fix in a timely manner.
|
|
||||||
|
|
||||||
placeholder: |
|
|
||||||
Providing a minimal, reproducible reproduction using a publicly available model significantly increase the chances of a fix in a timely manner.
|
|
||||||
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: expected-behavior
|
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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: bug-details
|
||||||
attributes:
|
attributes:
|
||||||
label: Expected behavior
|
label: Bug details
|
||||||
description: "A clear and concise description of what you would expect to happen."
|
description: Please share your system info with us.
|
||||||
|
render: shell
|
||||||
|
placeholder: Describe the problem
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
Reference in New Issue
Block a user