diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 39cc2f9..decf9ee 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -6,8 +6,8 @@ body: label: Bug description description: | A clear and concise description of what the bug is. - validations: - required: true + validations: + required: true - type: textarea attributes: @@ -18,24 +18,24 @@ body: 2. Click on '...' 3. Scroll down to '...' 4. See error - validations: - required: true + validations: + required: true - type: textarea attributes: label: Expected behavior description: | A clear and concise description of what you expected to happen. - validations: - required: true + validations: + required: true - type: textarea attributes: label: Screenshots description: | If applicable, add screenshots to help explain your problem. - validations: - required: false + validations: + required: false - type: textarea attributes: @@ -46,16 +46,16 @@ body: - Build info placeholder: | Build info from `Settings` -> `About` - validations: - required: true + validations: + required: true - type: textarea attributes: label: Additional context description: | Add any other context about the problem here. - validations: - required: false + validations: + required: false - type: markdown attributes: