Skip to content

Commit 922339a

Browse files
committed
chore: edit bug template
1 parent 6e31ac1 commit 922339a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/ISSUE_TEMPLATE/1_bug_report.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
11
name: 🐞 Bug Report
22
description: Please provide a detailed description and include all relevant information about the issue. If you have any doubts, consult our documentation.
3+
labels:
4+
- KendoReact
35
body:
46
- type: textarea
57
attributes:
68
label: Description
79
description: Add a concise description of the issue and any relevant information.
810
validations:
911
required: true
12+
- type: dropdown
13+
attributes:
14+
label: Product
15+
description: Select the product related to the issue.
16+
options:
17+
- KendoReact
18+
- KendoReact: Free
19+
default: 1
20+
validations:
21+
required: true
22+
on_change:
23+
- if: "{{ value == 'KendoReact: Free' }}"
24+
add_labels:
25+
- KendoReact: Free
1026
- type: textarea
1127
attributes:
1228
label: Steps To Reproduce

0 commit comments

Comments
 (0)