From f40bcb73fad813e58f02cac9815840e876641379 Mon Sep 17 00:00:00 2001 From: Leo Heitmann Ruiz Date: Wed, 1 Apr 2026 23:05:05 +0000 Subject: [PATCH] Fix duplicate word in bug report template. Closes signalapp/Signal-Android#14695 --- .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 d6fddb615d..b122695040 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -17,7 +17,7 @@ body: label: "Guidelines" description: "Search issues here: https://github.com/signalapp/Signal-Android/issues/?q=is%3Aissue+" 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 submitting a bug report for existing functionality that does not work as intended required: true