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
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,11 @@ body:
17
17
- type: input
18
18
attributes:
19
19
label: Electron Version
20
-
description: What version of Electron are you using?
21
-
placeholder: 12.0.0
20
+
description: |
21
+
What version of Electron are you using?
22
+
23
+
Note: Please only report issues for [currently supported versions of Electron](https://www.electronjs.org/docs/latest/tutorial/support#currently-supported-versions).
24
+
placeholder: 17.0.0
22
25
validations:
23
26
required: true
24
27
- type: dropdown
@@ -53,7 +56,7 @@ body:
53
56
attributes:
54
57
label: Last Known Working Electron version
55
58
description: What is the last version of Electron this worked in, if applicable?
0 commit comments