From 6c58a27247cce9c21d546b080d98227088d2647f Mon Sep 17 00:00:00 2001 From: Poly-Pixel <79737178+Poly-Pixel@users.noreply.github.com> Date: Sat, 17 Sep 2022 19:00:14 -0400 Subject: [PATCH] fix: fix errors in bug report form --- .github/ISSUE_TEMPLATE/bug_report.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 035fe7eefb..02b4fffc26 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -21,8 +21,8 @@ body: attributes: label: Expected Behavior description: A clear and concise description of what you expected to happen - validations: - required: true + validations: + required: true - type: input id: os attributes: @@ -42,7 +42,7 @@ body: attributes: label: Screenshots description: If applicable, please add screenshots to help explain your problem - - type: textbox + - type: textarea id: context attributes: label: Additional Context