diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index b56f44e..11ba3a3 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -15,7 +15,6 @@ body: 1. 2. 3. - ... render: bash validations: required: true @@ -24,6 +23,7 @@ body: attributes: label: Expected results description: "What did you expect to happen?" + render: bash validations: required: true - type: textarea @@ -31,6 +31,7 @@ body: attributes: label: Actual results description: "What actually happened?" + render: bash validations: required: true - type: input @@ -46,6 +47,7 @@ body: attributes: label: Description description: "Please tell us any other relevant information, what you were doing at the time, etc." + render: bash validations: required: true - type: input