From a68a33f036ad782165140ab36d9054a03a2d194a Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 31 Jul 2024 10:45:07 -0500 Subject: [PATCH] docs: fix broken link in bug report template (#43105) chore: fix broken link in bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f06cea21e6..f80faeaac0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -20,8 +20,8 @@ body: 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 + Note: Please only report issues for [currently supported versions of Electron](https://www.electronjs.org/docs/latest/tutorial/electron-timelines#timeline). + placeholder: 32.0.0 validations: required: true - type: dropdown