From 1ccf206e77a5e70d80a80afbfccb6654d2e5ea3d Mon Sep 17 00:00:00 2001 From: David Sanders Date: Mon, 21 Mar 2022 10:51:59 -0700 Subject: [PATCH] docs: add note about supported versions to issue template (#33348) --- .github/ISSUE_TEMPLATE/bug_report.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 706d63103ed7..7ea654e33ece 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -17,8 +17,11 @@ body: - type: input attributes: label: Electron Version - description: What version of Electron are you using? - placeholder: 12.0.0 + description: | + 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: required: true - type: dropdown @@ -53,7 +56,7 @@ body: attributes: label: Last Known Working Electron version description: What is the last version of Electron this worked in, if applicable? - placeholder: 11.0.0 + placeholder: 16.0.0 - type: textarea attributes: label: Expected Behavior