From 5beed3e8240907285594c96e4d69d90362e9478f Mon Sep 17 00:00:00 2001 From: Nicholas Wallace Date: Thu, 27 Feb 2025 18:25:17 -0700 Subject: [PATCH] Add question to confirm they have checked for awaiting release --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6c3a0b9c..491b981b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,6 +12,14 @@ body: - type: markdown attributes: value: 'Join the [discord server](https://discord.gg/HQgCbd6E75) for questions or if you are not sure about a bug.' + - type: dropdown + id: confirm-check + required: true + attributes: + label: I have verified that the [bug is not already awaiting release](https://github.com/advplyr/audiobookshelf-app/issues?q=is%3Aissue%20label%3A%22awaiting%20release%22) + options: + - Yes + - No - type: textarea id: what-happened attributes: