Skip to content

Commit 80b461b

Browse files
author
Bud
authored
Update bug_report.yml
Added driver version Added device specs, optional
1 parent 00e43b5 commit 80b461b

File tree

1 file changed

+36
-6
lines changed

1 file changed

+36
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 36 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ body:
99
attributes:
1010
value: |
1111
Thanks for taking the time to fill out this bug report!
12+
1213
- type: dropdown
1314
id: OS
1415
attributes:
@@ -23,6 +24,7 @@ body:
2324
default: 0
2425
validations:
2526
required: true
27+
2628
- type: dropdown
2729
id: Version
2830
attributes:
@@ -40,10 +42,34 @@ body:
4042
default: 0
4143
validations:
4244
required: true
45+
4346
- type: markdown
4447
attributes:
4548
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+
4773
- type: textarea
4874
id: bug-info
4975
attributes:
@@ -54,31 +80,36 @@ body:
5480
A clear and concise description of what the bug is.
5581
validations:
5682
required: true
83+
5784
- type: textarea
5885
id: reproduce-info
5986
attributes:
6087
label: Steps to reproduce
61-
description: And if you can how to reproduce
88+
description: And if you can, how to reproduce
6289
placeholder: |
6390
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.
6594
validations:
6695
required: false
96+
6797
- type: textarea
6898
id: expected-info
6999
attributes:
70100
label: Expected behavior
71101
description: Please inform us about expected behavior.
72102
placeholder: |
73103
Description of behavior!
74-
When i Clicked...
104+
When I clicked...
75105
validations:
76106
required: false
107+
77108
- type: textarea
78109
id: log-file
79110
attributes:
80111
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.
82113
placeholder: Drag and drop the log file here or click to upload.
83114
validations:
84115
required: false
@@ -91,4 +122,3 @@ body:
91122
placeholder: ex. [email protected]
92123
validations:
93124
required: false
94-

0 commit comments

Comments
 (0)