From a7bea3b16603a5d1fbe0bd5b3f7185d9056960ac Mon Sep 17 00:00:00 2001 From: ofir-frd Date: Mon, 27 Jan 2025 16:17:33 +0200 Subject: [PATCH] feat: add miscellaneous issue template and update template configurations --- .github/ISSUE_TEMPLATE/bug-report.yml | 6 ++-- .github/ISSUE_TEMPLATE/config.yml | 10 +++--- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- .github/ISSUE_TEMPLATE/miscellaneous.yml | 38 ++++++++++++++++++++++ 4 files changed, 46 insertions(+), 10 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/miscellaneous.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index bb70db87..ed684533 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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 @@ -9,7 +9,7 @@ body: label: Git provider description: 'The problem arises when using:' options: - - "Github" + - "Github Cloud" - "Github Enterprise" - "Gitlab" - "Bitbucket Cloud" @@ -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: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 157a4104..70588e91 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index be48ff7b..141ec876 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/miscellaneous.yml b/.github/ISSUE_TEMPLATE/miscellaneous.yml new file mode 100644 index 00000000..9132c3e3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/miscellaneous.yml @@ -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