mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 04:10:49 +08:00
feat: add miscellaneous issue template and update template configurations
This commit is contained in:
6
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: "\U0001FAB2 Bug Report"
|
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: dropdown
|
- type: dropdown
|
||||||
@ -9,7 +9,7 @@ body:
|
|||||||
label: Git provider
|
label: Git provider
|
||||||
description: 'The problem arises when using:'
|
description: 'The problem arises when using:'
|
||||||
options:
|
options:
|
||||||
- "Github"
|
- "Github Cloud"
|
||||||
- "Github Enterprise"
|
- "Github Enterprise"
|
||||||
- "Gitlab"
|
- "Gitlab"
|
||||||
- "Bitbucket Cloud"
|
- "Bitbucket Cloud"
|
||||||
@ -33,7 +33,7 @@ body:
|
|||||||
id: bug-details
|
id: bug-details
|
||||||
attributes:
|
attributes:
|
||||||
label: Bug details
|
label: Bug details
|
||||||
description: Please share your system info with us.
|
description: Please describe the problem.
|
||||||
render: shell
|
render: shell
|
||||||
placeholder: Describe the problem
|
placeholder: Describe the problem
|
||||||
validations:
|
validations:
|
||||||
|
10
.github/ISSUE_TEMPLATE/config.yml
vendored
10
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,12 +1,10 @@
|
|||||||
blank_issues_enabled: true
|
blank_issues_enabled: true
|
||||||
version: 0.1
|
version: 0.1
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Qodo Merge documentation
|
- name: Discussions
|
||||||
url: https://qodo-merge-docs.qodo.ai/
|
url: https://github.com/qodo-ai/pr-agent/discussions
|
||||||
about: Access comprehensive guides
|
about: GitHub Discussions
|
||||||
|
|
||||||
- name: Discord community
|
- name: Discord community
|
||||||
url: https://discord.gg/kG35uSHDBc
|
url: https://discord.gg/kG35uSHDBc
|
||||||
about: Join our discord community
|
about: Join our discord community
|
||||||
- name: Qodo site
|
|
||||||
url: https://www.qodo.ai/
|
|
||||||
about: Visit our main website
|
|
||||||
|
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: "\U0001F4A1 Feature request"
|
name: "\U0001F4A1 Feature request"
|
||||||
description: Submit a proposal/request for a new PR-Agent feature
|
description: Submit a proposal/request for a new PR-Agent feature
|
||||||
labels: [ "feature" ]
|
labels: ["feature"]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: feature-request
|
id: feature-request
|
||||||
|
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 bug report to help us improve PR-Agent
|
||||||
|
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