From f154f33e877e5ff712d707af6c97b3e55d947198 Mon Sep 17 00:00:00 2001 From: jdev-02 Date: Fri, 31 Oct 2025 16:51:39 -0700 Subject: [PATCH] Fix duplicate word in bug report template --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 94d2b36e64f..b9337ccdc88 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -21,7 +21,7 @@ body: label: "Using a supported version?" description: "Search issues here: https://github.com/signalapp/Signal-Desktop/issues" options: - - label: I have searched searched open and closed issues for duplicates. + - label: I have searched open and closed issues for duplicates. required: true - label: I am using Signal-Desktop as provided by the Signal team, not a 3rd-party package. required: true