mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-05 05:10:38 +08:00
Merge pull request #1478 from qodo-ai/of/issue_template
Add GitHub issue templates for bug reports and feature requests
This commit is contained in:
40
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
40
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
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 Cloud"
|
||||||
|
- "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 describe the problem.
|
||||||
|
render: shell
|
||||||
|
placeholder: Describe the problem
|
||||||
|
validations:
|
||||||
|
required: true
|
10
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
10
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
blank_issues_enabled: true
|
||||||
|
version: 0.1
|
||||||
|
contact_links:
|
||||||
|
- name: Discussions
|
||||||
|
url: https://github.com/qodo-ai/pr-agent/discussions
|
||||||
|
about: GitHub Discussions
|
||||||
|
|
||||||
|
- name: Discord community
|
||||||
|
url: https://discord.gg/kG35uSHDBc
|
||||||
|
about: Join our discord community
|
21
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
21
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
name: "\U0001F4A1 Feature request"
|
||||||
|
description: Submit a proposal/request for a new PR-Agent feature
|
||||||
|
labels: ["feature"]
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: feature-request
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
attributes:
|
||||||
|
label: Feature request
|
||||||
|
description: |
|
||||||
|
Description of the feature proposal.
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: motivation
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
attributes:
|
||||||
|
label: Motivation
|
||||||
|
description: |
|
||||||
|
Outline the motivation for the proposal.
|
38
.github/ISSUE_TEMPLATE/miscellaneous.yml
vendored
Normal file
38
.github/ISSUE_TEMPLATE/miscellaneous.yml
vendored
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
name: "❔ General Issues"
|
||||||
|
description: Submit a general issue
|
||||||
|
labels: ["general"]
|
||||||
|
body:
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
id: information-git-provider
|
||||||
|
attributes:
|
||||||
|
label: Git provider
|
||||||
|
description: 'Git Provider:'
|
||||||
|
options:
|
||||||
|
- "Github Cloud"
|
||||||
|
- "Github Enterprise"
|
||||||
|
- "Gitlab"
|
||||||
|
- "Bitbucket Cloud"
|
||||||
|
- "Bitbucket Server"
|
||||||
|
- "Azure"
|
||||||
|
- "Other"
|
||||||
|
|
||||||
|
- 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: false
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: issues-details
|
||||||
|
attributes:
|
||||||
|
label: Issues details
|
||||||
|
description: Please share the issues details.
|
||||||
|
render: shell
|
||||||
|
placeholder: Describe the issue
|
||||||
|
validations:
|
||||||
|
required: true
|
Reference in New Issue
Block a user