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
+36-6Lines changed: 36 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ body:
9
9
attributes:
10
10
value: |
11
11
Thanks for taking the time to fill out this bug report!
12
+
12
13
- type: dropdown
13
14
id: OS
14
15
attributes:
@@ -23,6 +24,7 @@ body:
23
24
default: 0
24
25
validations:
25
26
required: true
27
+
26
28
- type: dropdown
27
29
id: Version
28
30
attributes:
@@ -40,10 +42,34 @@ body:
40
42
default: 0
41
43
validations:
42
44
required: true
45
+
43
46
- type: markdown
44
47
attributes:
45
48
value: |
46
-
If you struggle finding windows edition and version, Go to settings -> system -> about. Under windows specifications.
49
+
If you struggle finding Windows edition and version, go to Settings -> System -> About. Under Windows specifications.
50
+
51
+
- type: input
52
+
id: driver-version
53
+
attributes:
54
+
label: Driver Version
55
+
description: What driver version are you using?
56
+
placeholder: Enter driver version here.
57
+
validations:
58
+
required: true
59
+
60
+
- type: textarea
61
+
id: device-specs
62
+
attributes:
63
+
label: Device Specifications
64
+
description: Provide details about your hardware. This is to help us indentify whether its a potential hardware issue.
65
+
placeholder: |
66
+
CPU: Example CPU
67
+
GPU: Example GPU
68
+
RAM: Example Ram
69
+
MOBO: Example Motherboard
70
+
validations:
71
+
required: false
72
+
47
73
- type: textarea
48
74
id: bug-info
49
75
attributes:
@@ -54,31 +80,36 @@ body:
54
80
A clear and concise description of what the bug is.
55
81
validations:
56
82
required: true
83
+
57
84
- type: textarea
58
85
id: reproduce-info
59
86
attributes:
60
87
label: Steps to reproduce
61
-
description: And if you can how to reproduce
88
+
description: And if you can, how to reproduce
62
89
placeholder: |
63
90
Tell us how to reproduce!
64
-
Go to '...', 2. Click on '....', and so on.
91
+
1. Go to '...'
92
+
2. Click on '....'
93
+
3. Observe issue.
65
94
validations:
66
95
required: false
96
+
67
97
- type: textarea
68
98
id: expected-info
69
99
attributes:
70
100
label: Expected behavior
71
101
description: Please inform us about expected behavior.
72
102
placeholder: |
73
103
Description of behavior!
74
-
When i Clicked...
104
+
When I clicked...
75
105
validations:
76
106
required: false
107
+
77
108
- type: textarea
78
109
id: log-file
79
110
attributes:
80
111
label: Log File
81
-
description: Please attach the log file to help us diagnose the issue. You can drag and drop the file here or click to upload. The log can be retrieved by enabling the log file in the xml then restarting the driver.
112
+
description: Please attach the log file to help us diagnose the issue. You can drag and drop the file here or click to upload. The log can be retrieved by enabling the log file in the XML, then restarting the driver.
82
113
placeholder: Drag and drop the log file here or click to upload.
0 commit comments