From 70960661b43aa9a4688d6c46adbff5da809854ed Mon Sep 17 00:00:00 2001 From: games647 Date: Wed, 11 Oct 2023 13:42:17 +0200 Subject: [PATCH] [ci-skip] Fix typo in issue templates --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- .github/ISSUE_TEMPLATE/enhancement_request.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 6788f6bb..30e4140f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -65,5 +65,5 @@ body: required: true - label: | I checked for existing tickets - - If there are, please vote them with a thumps reaction and not create new ones + If there are, please vote them with a thumbs reaction and not create new ones required: true diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.yaml b/.github/ISSUE_TEMPLATE/enhancement_request.yaml index 498db5e5..2249ac01 100644 --- a/.github/ISSUE_TEMPLATE/enhancement_request.yaml +++ b/.github/ISSUE_TEMPLATE/enhancement_request.yaml @@ -39,5 +39,5 @@ body: options: - label: | I checked for existing tickets - - If there are, please vote them with a thumps reaction and not create new ones + If there are, please vote them with a thumbs reaction and not create new ones required: true