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: "File a bug report, if you've discovered a problem."
4
+
labels:
5
+
- 'bug'
6
+
- 'needs triage'
7
+
body:
8
+
- type: input
9
+
id: 'version'
10
+
attributes:
11
+
label: "Which *exact* UI Library version are you using? For example: 1.0.1 - don't just write v1."
12
+
description: 'The number can usually be found in the package.json file or by writing `npm ls <package>`. Please also specify if you use the `uui` bundle or a specific package.'
13
+
validations:
14
+
required: true
15
+
- type: textarea
16
+
id: 'summary'
17
+
attributes:
18
+
label: 'Bug summary'
19
+
description: 'Write a short summary of the bug.'
20
+
placeholder: >
21
+
Try to pinpoint it as much as possible.
22
+
23
+
Try to state the actual problem, and not just what you think the solution might be.
24
+
validations:
25
+
required: true
26
+
- type: textarea
27
+
attributes:
28
+
label: 'Specifics'
29
+
description: 'Remember that you can format code and logs nicely with the `<>` button'
30
+
placeholder: >
31
+
Mention the URL where this bug occurs, if applicable
32
+
33
+
Please mention if you've checked it in other browsers as well
34
+
35
+
Please include full error messages and screenshots, gifs or mp4 videos if applicable
36
+
- type: textarea
37
+
attributes:
38
+
label: 'Steps to reproduce'
39
+
description: 'How can we reproduce the problem?'
40
+
placeholder: >
41
+
Please include screenshots, gifs or mp4 videos if applicable
42
+
validations:
43
+
required: true
44
+
- type: textarea
45
+
attributes:
46
+
label: 'Expected result / actual result'
47
+
description: 'What did you expect that would happen and what is the actual result of the above steps?'
48
+
placeholder: >
49
+
Describe the intended/desired outcome after you did the steps mentioned.
0 commit comments