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
+22-6Lines changed: 22 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -40,33 +40,49 @@ body:
40
40
default: 0
41
41
validations:
42
42
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.
43
47
- type: textarea
44
48
id: bug-info
45
49
attributes:
46
50
label: Describe the bug
47
51
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.
50
55
validations:
51
56
required: true
52
57
- type: textarea
53
58
id: reproduce-info
54
59
attributes:
55
60
label: Steps to reproduce
56
61
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.
59
65
validations:
60
66
required: false
61
67
- type: textarea
62
68
id: expected-info
63
69
attributes:
64
70
label: Expected behavior
65
71
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...
68
75
validations:
69
76
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.
0 commit comments