-
Notifications
You must be signed in to change notification settings - Fork 678
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add miscellaneous issue template and update template configurat…
…ions
- Loading branch information
Showing
4 changed files
with
46 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |