Skip to content

Commit 354dde5

Browse files
author
Bud
committed
Updated Bug report
1 parent 796d737 commit 354dde5

1 file changed

Lines changed: 22 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,33 +40,49 @@ body:
4040
default: 0
4141
validations:
4242
required: true
43+
- type: markdown
44+
attributes:
45+
value: |
46+
If you struggle finding windows edition and version, Go to settings -> system -> about. Under windows specifications.
4347
- type: textarea
4448
id: bug-info
4549
attributes:
4650
label: Describe the bug
4751
description: Free text description.
48-
placeholder: Tell us what you see!
49-
value: "A clear and concise description of what the bug."
52+
placeholder: |
53+
Tell us what you see!
54+
A clear and concise description of what the bug is.
5055
validations:
5156
required: true
5257
- type: textarea
5358
id: reproduce-info
5459
attributes:
5560
label: Steps to reproduce
5661
description: And if you can how to reproduce
57-
placeholder: Tell us how to reproduce!
58-
value: "1. Go to '...', 2. Click on '....', and so on."
62+
placeholder: |
63+
Tell us how to reproduce!
64+
Go to '...', 2. Click on '....', and so on.
5965
validations:
6066
required: false
6167
- type: textarea
6268
id: expected-info
6369
attributes:
6470
label: Expected behavior
6571
description: Please inform us about expected behavior.
66-
placeholder: Description of behavior!
67-
value: "When i Clicked..."
72+
placeholder: |
73+
Description of behavior!
74+
When i Clicked...
6875
validations:
6976
required: false
77+
- type: textarea
78+
id: log-file
79+
attributes:
80+
label: Log File (Beta Only)
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.
82+
placeholder: Drag and drop the log file here or click to upload.
83+
validations:
84+
required: false
85+
7086
- type: input
7187
id: contact
7288
attributes:

0 commit comments

Comments
 (0)