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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+72-67Lines changed: 72 additions & 67 deletions
Original file line number
Diff line number
Diff line change
@@ -3,70 +3,75 @@ description: Create a report to help us improve
3
3
title: "[BUG] "
4
4
labels: ["bug"]
5
5
body:
6
-
- type: markdown
7
-
attributes:
8
-
value: "## Thank you for making a bug report!"
9
-
- type: markdown
10
-
attributes:
11
-
value: |
12
-
Thanks for taking the time to fill out this bug! It's really important to fill this form out completely as
13
-
not filling it out will make the bug reports hard to replicate.
14
-
- type: input
15
-
id: browser
16
-
attributes:
17
-
label: Browser
18
-
description: "What browser and version did this bug occur on?"
19
-
placeholder: "e.g. Chrome ver.22, Safari ver.10"
20
-
validations:
21
-
required: true
22
-
- type: input
23
-
id: os
24
-
attributes:
25
-
label: OS
26
-
description: "What is the operating system of your device?"
27
-
placeholder: "e.g. Windows 10, iOS 14, Ubuntu 23.04"
28
-
validations:
29
-
required: true
30
-
- type: input
31
-
id: screen_size
32
-
attributes:
33
-
label: Screen size
34
-
description: "What is the screen size of your device?"
35
-
placeholder: "e.g. 800x600, 1920x1080"
36
-
validations:
37
-
required: true
38
-
- type: textarea
39
-
id: description
40
-
attributes:
41
-
label: Describe the bug
42
-
description: "A clear and concise description of what the bug is."
43
-
validations:
44
-
required: true
45
-
- type: textarea
46
-
id: reproduce
47
-
attributes:
48
-
label: How to reproduce
49
-
description: "How do you trigger this bug? Please walk us through it step by step."
50
-
value: |
51
-
1. Go to '...'
52
-
2. Click on '...'
53
-
3. Scroll down to '...'
54
-
4. See error
55
-
...
56
-
validations:
57
-
required: true
58
-
- type: textarea
59
-
id: screenshots
60
-
attributes:
61
-
label: Screenshots
62
-
description: "If applicable, add screenshots here to help explain this problem. This helps us understand whats happening better."
63
-
validations:
64
-
required: false
65
-
- type: input
66
-
id: jsfiddle
67
-
attributes:
68
-
label: JSFiddle
69
-
description: "Please add a jsFiddle replicating the bug. Without the jsFiddle most bug reports cannot be solved and will be closed."
70
-
validations:
71
-
required: false
72
-
---
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
## Thank you for making a bug report!
10
+
Thanks for taking the time to fill out this bug report! Please fill this form out completely —
11
+
incomplete reports are hard to replicate and may be closed.
12
+
- type: input
13
+
id: version
14
+
attributes:
15
+
label: Tabler version
16
+
description: "Which version of Tabler are you using?"
17
+
placeholder: "e.g. 1.4.0"
18
+
validations:
19
+
required: true
20
+
- type: input
21
+
id: browser
22
+
attributes:
23
+
label: Browser
24
+
description: "What browser and version did this bug occur on?"
25
+
placeholder: "e.g. Chrome ver.22, Safari ver.10"
26
+
validations:
27
+
required: true
28
+
- type: input
29
+
id: os
30
+
attributes:
31
+
label: OS
32
+
description: "What is the operating system of your device?"
33
+
placeholder: "e.g. Windows 10, iOS 14, Ubuntu 23.04"
34
+
validations:
35
+
required: true
36
+
- type: input
37
+
id: screen_size
38
+
attributes:
39
+
label: Screen size
40
+
description: "What is the screen size of your device?"
41
+
placeholder: "e.g. 800x600, 1920x1080"
42
+
validations:
43
+
required: true
44
+
- type: textarea
45
+
id: description
46
+
attributes:
47
+
label: Describe the bug
48
+
description: "A clear and concise description of what the bug is."
49
+
validations:
50
+
required: true
51
+
- type: textarea
52
+
id: reproduce
53
+
attributes:
54
+
label: How to reproduce
55
+
description: "How do you trigger this bug? Please walk us through it step by step."
56
+
value: |
57
+
1. Go to '...'
58
+
2. Click on '...'
59
+
3. Scroll down to '...'
60
+
4. See error
61
+
...
62
+
validations:
63
+
required: true
64
+
- type: textarea
65
+
id: screenshots
66
+
attributes:
67
+
label: Screenshots
68
+
description: "If applicable, add screenshots here to help explain this problem. This helps us understand what's happening better."
69
+
validations:
70
+
required: false
71
+
- type: input
72
+
id: live_example
73
+
attributes:
74
+
label: Live example
75
+
description: "Please add a link to a live example replicating the bug (for example a JSFiddle or CodeSandbox — you can start from our [starter template](https://stackblitz.com/github/tabler/tabler-starter)). Without it, most bug reports cannot be solved and will be closed."
0 commit comments