From d9124c8058775c34d2e57a436d9e41a6f8f666b3 Mon Sep 17 00:00:00 2001 From: sideshowbarker Date: Thu, 31 Oct 2024 18:21:59 +0900 Subject: [PATCH] GitHub: Fix grammar error/typo in bug_report.yml issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2fc8a205431..a8b3a690001 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -102,7 +102,7 @@ body: attributes: label: Contribute a patch? description: | - If you plan to contribute patch for this issue yourself, please check the box below — to tell us and others looking at the issue that someone’s already working on it. If you do check this box, please try to send a pull request within 7 days or so. + If you plan to contribute a patch for this issue yourself, please check the box below — to tell us and others looking at the issue that someone’s already working on it. If you do check this box, please try to send a pull request within 7 days or so. options: - label: I’ll contribute a patch for this myself. - type: markdown