You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Please provide a detailed description and include all relevant information about the issue. If you have any doubts, consult our documentation.
3
+
body:
4
+
- type: textarea
5
+
attributes:
6
+
label: Description
7
+
description: Add a concise description of the issue and any relevant information.
8
+
validations:
9
+
required: true
10
+
- type: textarea
11
+
attributes:
12
+
label: Steps To Reproduce
13
+
description: A list of concise steps to replicate the issue. Please include a runnable demo in StackBlitz or CodeSandBox (You can edit one from our documentation through the **EDIT IN** button).
14
+
validations:
15
+
required: true
16
+
- type: textarea
17
+
attributes:
18
+
label: Screenshots or video
19
+
description: Provide screenshots or a video of the issue.
20
+
validations:
21
+
required: false
22
+
- type: textarea
23
+
attributes:
24
+
label: Actual Behavior
25
+
description: A clear and concise description of what is the current behavior.
26
+
validations:
27
+
required: true
28
+
- type: textarea
29
+
attributes:
30
+
label: Expected Behavior
31
+
description: A clear and concise description of what you expected to happen.
32
+
validations:
33
+
required: true
34
+
- type: dropdown
35
+
attributes:
36
+
label: Browser
37
+
description: Select all browsers in which you reproduce the issue.
38
+
multiple: true
39
+
options:
40
+
- All
41
+
- Chrome
42
+
- Firefox
43
+
- Safari
44
+
- Microsoft Edge
45
+
default: 1
46
+
validations:
47
+
required: true
48
+
- type: input
49
+
attributes:
50
+
label: Browser version
51
+
value: "latest"
52
+
validations:
53
+
required: true
54
+
- type: dropdown
55
+
attributes:
56
+
label: OS type
57
+
multiple: true
58
+
options:
59
+
- Windows
60
+
- MacOS
61
+
- Linux
62
+
- Android
63
+
- iOS
64
+
- Other
65
+
default: 1
66
+
validations:
67
+
required: false
68
+
- type: input
69
+
attributes:
70
+
label: OS version
71
+
validations:
72
+
required: false
73
+
- type: input
74
+
attributes:
75
+
label: Last working version of the KendoReact package (if regression).
0 commit comments