From 55d320c45630eb76ac8d49f71e7eae28df3baed5 Mon Sep 17 00:00:00 2001 From: DarkFighterLuke <31162436+DarkFighterLuke@users.noreply.github.com> Date: Thu, 13 Mar 2025 23:10:01 +0100 Subject: [PATCH] Update BUG-REPORT.yml --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 5ca68fe..4f01900 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -15,6 +15,8 @@ body: options: - label: I'm running the latest version of tubearchivist-jf-plugin. required: true + - label: I'm running the latest version of TubeArchivist. + required: true - label: I have read the [how to open an issue](https://github.com/tubearchivist/tubearchivist/blob/master/CONTRIBUTING.md#how-to-open-an-issue) guide, particularly the [bug report](https://github.com/tubearchivist/tubearchivist/blob/master/CONTRIBUTING.md#bug-report) section. required: true - label: I have searched for both closed and open already existing issues about the problem I am reporting.