From ca305b154c5e37a87f3c3e30e9419b0cb55813a5 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Sat, 12 Aug 2023 20:12:45 -0700 Subject: [PATCH] Update bug.yml --- .github/ISSUE_TEMPLATE/bug.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 02607a26..ef87c9f4 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -40,22 +40,22 @@ body: - type: textarea id: expected attributes: - label: Expected Behavior - description: Tell us what should happen. + label: Expected Behavior + description: Tell us what should happen. validations: - required: true + required: true - type: textarea id: current attributes: - label: Current Behavior - description: Tell us what happens instead of the expected behavior. + label: Current Behavior + description: Tell us what happens instead of the expected behavior. validations: - required: false + required: false - type: checkboxes attributes: - label: Participation + label: Participation options: - label: I am willing to submit a pull request for this issue. required: false