Skip to content

Commit

Permalink
feat: add miscellaneous issue template and update template configurat…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
ofir-frd committed Jan 27, 2025
1 parent b81d686 commit a7bea3b
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "\U0001FAB2 Bug Report"
description: Submit a bug report to help us improve PR-Agent
labels: [ "bug" ]
labels: ["bug"]
body:

- type: dropdown
Expand All @@ -9,7 +9,7 @@ body:
label: Git provider
description: 'The problem arises when using:'
options:
- "Github"
- "Github Cloud"
- "Github Enterprise"
- "Gitlab"
- "Bitbucket Cloud"
Expand All @@ -33,7 +33,7 @@ body:
id: bug-details
attributes:
label: Bug details
description: Please share your system info with us.
description: Please describe the problem.
render: shell
placeholder: Describe the problem
validations:
Expand Down
10 changes: 4 additions & 6 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
blank_issues_enabled: true
version: 0.1
contact_links:
- name: Qodo Merge documentation
url: https://qodo-merge-docs.qodo.ai/
about: Access comprehensive guides
- 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
- name: Qodo site
url: https://www.qodo.ai/
about: Visit our main website
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "\U0001F4A1 Feature request"
description: Submit a proposal/request for a new PR-Agent feature
labels: [ "feature" ]
labels: ["feature"]
body:
- type: textarea
id: feature-request
Expand Down
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/miscellaneous.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a7bea3b

Please sign in to comment.