Skip to content

Commit 1ccf206

Browse files
authored
docs: add note about supported versions to issue template (electron#33348)
1 parent db79734 commit 1ccf206

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ body:
1717
- type: input
1818
attributes:
1919
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
2225
validations:
2326
required: true
2427
- type: dropdown
@@ -53,7 +56,7 @@ body:
5356
attributes:
5457
label: Last Known Working Electron version
5558
description: What is the last version of Electron this worked in, if applicable?
56-
placeholder: 11.0.0
59+
placeholder: 16.0.0
5760
- type: textarea
5861
attributes:
5962
label: Expected Behavior

0 commit comments

Comments
 (0)