From 922339a424ff38970934b0fe3d87ef39b71e8a77 Mon Sep 17 00:00:00 2001 From: Petar Todorov <41293735+PekoPPT@users.noreply.github.com> Date: Fri, 28 Mar 2025 14:11:02 +0200 Subject: [PATCH 1/2] chore: edit bug template --- .github/ISSUE_TEMPLATE/1_bug_report.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml index 38ba2ac3..146f4925 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -1,5 +1,7 @@ name: 🐞 Bug Report description: Please provide a detailed description and include all relevant information about the issue. If you have any doubts, consult our documentation. +labels: + - KendoReact body: - type: textarea attributes: @@ -7,6 +9,20 @@ body: description: Add a concise description of the issue and any relevant information. validations: required: true +- type: dropdown + attributes: + label: Product + description: Select the product related to the issue. + options: + - KendoReact + - KendoReact: Free + default: 1 + validations: + required: true + on_change: + - if: "{{ value == 'KendoReact: Free' }}" + add_labels: + - KendoReact: Free - type: textarea attributes: label: Steps To Reproduce From 440f320c76010cb56f944ee19a0649a339925b1b Mon Sep 17 00:00:00 2001 From: Petar Todorov <41293735+PekoPPT@users.noreply.github.com> Date: Fri, 28 Mar 2025 15:55:10 +0200 Subject: [PATCH 2/2] chore: apply comments on the bug template --- .github/ISSUE_TEMPLATE/1_bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml index 146f4925..7d952e6e 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -11,8 +11,8 @@ body: required: true - type: dropdown attributes: - label: Product - description: Select the product related to the issue. + label: Plan + description: Select the product plan related to the issue. options: - KendoReact - KendoReact: Free