From 97cbfe1c2b67802cbba9da93fed70e976600d84a Mon Sep 17 00:00:00 2001 From: ofir-frd Date: Thu, 23 Jan 2025 16:27:26 +0200 Subject: [PATCH] fix: update issue template labels and descriptions for git providers and bug types --- .github/ISSUE_TEMPLATE/bug-report.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index d90d9a9a..601166bc 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -13,9 +13,9 @@ body: required: true - type: dropdown - id: information-scripts-examples + id: information-git-provider attributes: - label: Information + label: Git provider description: 'The problem arises when using:' options: - "Github" @@ -24,12 +24,12 @@ body: - "Other" - type: dropdown - id: information-tasks + id: information-bug-type attributes: - label: Tasks - description: "The tasks I am working on are:" + label: Bug type + description: "The bugs I am experiencing are originated from:" options: - - "Qodo Merge commands" + - "PR-Agent commands" - "Installation issues" - "Other"