diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index ab0e563..ff17e34 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -56,7 +56,7 @@ body: description: A clear and concise description of what you expected to happen. placeholder: Tell us what you expected! validations: - required: true + required: true - type: textarea id: logs attributes: @@ -67,11 +67,11 @@ body: attributes: label: Anything else? description: | - Links? or References? - - Anything that will give us more context about the issue you are encountering! - - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. + Links? or References? + + Anything that will give us more context about the issue you are encountering! + + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. validations: required: false - type: checkboxes