From f001a35ad14e69d26e2e8fdfb6f0c0f6fb00b17a Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Thu, 2 Jan 2025 16:41:22 +0000 Subject: [PATCH] github: change bug reports to search closed issues too Signed-off-by: Paul Donald --- .github/ISSUE_TEMPLATE/01-bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/01-bug.yml b/.github/ISSUE_TEMPLATE/01-bug.yml index 9c42d43188..e8ffce9085 100644 --- a/.github/ISSUE_TEMPLATE/01-bug.yml +++ b/.github/ISSUE_TEMPLATE/01-bug.yml @@ -15,7 +15,7 @@ body: label: Is there an existing issue for this? description: Please search to see if an issue already exists for the bug you encountered. options: - - label: I have searched the existing issues + - label: I have searched among all existing issues (including closed issues) required: true - type: textarea id: screenshots-or-captures