mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
docs: add note about supported versions to issue template (#33348)
This commit is contained in:
9
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
9
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -17,8 +17,11 @@ body:
|
|||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Electron Version
|
label: Electron Version
|
||||||
description: What version of Electron are you using?
|
description: |
|
||||||
placeholder: 12.0.0
|
What version of Electron are you using?
|
||||||
|
|
||||||
|
Note: Please only report issues for [currently supported versions of Electron](https://www.electronjs.org/docs/latest/tutorial/support#currently-supported-versions).
|
||||||
|
placeholder: 17.0.0
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
@@ -53,7 +56,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Last Known Working Electron version
|
label: Last Known Working Electron version
|
||||||
description: What is the last version of Electron this worked in, if applicable?
|
description: What is the last version of Electron this worked in, if applicable?
|
||||||
placeholder: 11.0.0
|
placeholder: 16.0.0
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Expected Behavior
|
label: Expected Behavior
|
||||||
|
|||||||
Reference in New Issue
Block a user