Skip to content

Commit 3193ed5

Browse files
committed
chore: add issue template
1 parent 86d1efa commit 3193ed5

File tree

4 files changed

+131
-0
lines changed

4 files changed

+131
-0
lines changed
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
name: 🐞 Bug Report
2+
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).
76+
validations:
77+
required: false
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: 📄 Documentation issue
2+
description: Please provide a detailed description about missing or outdated documentation, broken links and examples.
3+
labels: ["Documentation"]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Describe the issue
8+
description: A clear and concise description of the issue and any relevant information.
9+
validations:
10+
required: true
11+
- type: input
12+
attributes:
13+
label: Page URL
14+
description: A link to the affected documentation page.
15+
validations:
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: Screenshots or video
20+
description: Provide screenshots or a video of the issue.
21+
validations:
22+
required: false
23+
- type: dropdown
24+
attributes:
25+
label: Browser
26+
multiple: true
27+
options:
28+
- All
29+
- Chrome
30+
- Safari
31+
- Firefox
32+
- Microsoft Edge
33+
default: 1
34+
validations:
35+
required: true
36+
- type: input
37+
attributes:
38+
label: Browser version
39+
value: "latest"
40+
validations:
41+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/other.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Other
3+
about: Ask a question or share additional feedback.
4+
title: ''
5+
labels: 'Question'
6+
assignees: ''
7+
8+
---
9+
10+
Use this template for questions that are relevant to the community as a whole.
11+
12+
**If the issue is specific to your project, please open a [support ticket](https://www.telerik.com/account/support-tickets).**

0 commit comments

Comments
 (0)