From 6984e1fe0a103ea8290a7e5c18d6dc1679bf4d35 Mon Sep 17 00:00:00 2001 From: Jochum van der Ploeg Date: Sat, 8 Aug 2026 14:43:22 +0200 Subject: [PATCH] fix: correct typos in issue templates --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- .github/ISSUE_TEMPLATE/performance.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 5688c3fcf..1edea5345 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -12,7 +12,7 @@ body: validations: required: true - type: textarea - id: setps-to-reproduce + id: steps-to-reproduce attributes: label: Steps To Reproduce description: A set of instructions, step by step, explaining how to reproduce the bug. diff --git a/.github/ISSUE_TEMPLATE/performance.yaml b/.github/ISSUE_TEMPLATE/performance.yaml index 854b68b67..796216442 100644 --- a/.github/ISSUE_TEMPLATE/performance.yaml +++ b/.github/ISSUE_TEMPLATE/performance.yaml @@ -7,8 +7,8 @@ body: id: description attributes: label: Description - description: Clearly describe what code needs to be changed and what the performance impact is going to be. Bonus point's if you can tie this directly to user experience. - placeholder: " Provide a description of the performance update." + description: Clearly describe what code needs to be changed and what the performance impact is going to be. Bonus points if you can tie this directly to user experience. + placeholder: "Provide a description of the performance update." validations: required: true - type: textarea