Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/1_bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
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:
label: Description
description: Add a concise description of the issue and any relevant information.
validations:
required: true
- type: dropdown
attributes:
label: Plan
description: Select the product plan 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
Expand Down