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
The more information you fill in, the better the community can help you.
19
+
- type: textarea
20
+
id: description
21
+
attributes:
22
+
label: Describe the bug
23
+
description: Provide a clear and concise description of the challenge you are running into.
24
+
validations:
25
+
required: true
26
+
- type: input
27
+
id: link
28
+
attributes:
29
+
label: Your Example Website or App
30
+
description: |
31
+
Which website or app were you using when the bug happened?
32
+
Note:
33
+
- Your bug will may get fixed much faster if we can run your code and it doesn't have dependencies other than the `react-charts` npm package/dependency.
34
+
- To create a shareable code example you can use Stackblitz (https://stackblitz.com/). Please no localhost URLs.
35
+
- Please read these tips for providing a minimal example: https://stackoverflow.com/help/mcve.
36
+
placeholder: |
37
+
e.g. https://stackblitz.com/edit/...... OR Github Repo
38
+
validations:
39
+
required: true
40
+
- type: textarea
41
+
id: steps
42
+
attributes:
43
+
label: Steps to Reproduce the Bug or Issue
44
+
description: Describe the steps we have to take to reproduce the behavior.
45
+
placeholder: |
46
+
1. Go to '...'
47
+
2. Click on '....'
48
+
3. Scroll down to '....'
49
+
4. See error
50
+
validations:
51
+
required: true
52
+
- type: textarea
53
+
id: expected
54
+
attributes:
55
+
label: Expected behavior
56
+
description: Provide a clear and concise description of what you expected to happen.
57
+
placeholder: |
58
+
As a user, I expected ___ behavior but i am seeing ___
59
+
validations:
60
+
required: true
61
+
- type: textarea
62
+
id: screenshots_or_videos
63
+
attributes:
64
+
label: Screenshots or Videos
65
+
description: |
66
+
If applicable, add screenshots or a video to help explain your problem.
67
+
For more information on the supported file image/file types and the file size limits, please refer
68
+
to the following link: https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/attaching-files
69
+
placeholder: |
70
+
You can drag your video or image files inside of this editor ↓
71
+
- type: textarea
72
+
id: platform
73
+
attributes:
74
+
label: Platform
75
+
value: |
76
+
- OS: [e.g. macOS, Windows, Linux]
77
+
- Browser: [e.g. Chrome, Safari, Firefox]
78
+
- Version: [e.g. 91.1]
79
+
validations:
80
+
required: true
81
+
- type: textarea
82
+
id: additional
83
+
attributes:
84
+
label: Additional context
85
+
description: Add any other context about the problem here.
0 commit comments