From 24bbd8cc3646404cb44572dcaf2498220f20ea1d Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 25 Jun 2026 11:04:38 -0500 Subject: [PATCH] Fix typos in BugReport.yaml descriptions --- .github/ISSUE_TEMPLATE/BugReport.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BugReport.yaml b/.github/ISSUE_TEMPLATE/BugReport.yaml index e17ae3710..884d31858 100644 --- a/.github/ISSUE_TEMPLATE/BugReport.yaml +++ b/.github/ISSUE_TEMPLATE/BugReport.yaml @@ -49,14 +49,14 @@ body: - type: textarea attributes: label: Describe the bug - description: A clear and concise description of the bug and how it's effecting your work. + description: A clear and concise description of the bug and how it's affecting your work validations: required: true - type: textarea attributes: label: Steps to reproduce - description: The exact steps that can be performd to reproduce the issue + description: The exact steps that can be performed to reproduce the issue validations: required: true