From 294022cf084a376ad2f551d930fea07c2a279e0e Mon Sep 17 00:00:00 2001 From: Robert Kieffer Date: Wed, 13 Nov 2024 13:02:30 -0800 Subject: [PATCH] chore: wip --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 159d5f19..7f43341c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -7,21 +7,21 @@ body: - type: markdown attributes: value: | - **IMPORTANT**: Failure to provide a [Minimal, Complete, and Verifiable](https://stackoverflow.com/help/minimal-reproducible-example) example will result in this issue being closed without further review.' + **IMPORTANT**: Failure to provide a [Minimal, Complete, and Verifiable](https://stackoverflow.com/help/minimal-reproducible-example) example will result in this issue being closed without further review. - type: textarea attributes: label: Description validations: - required: false + required: true - type: textarea attributes: label: Recipe for reproducing - description: You read the "IMPORTANT" note above, right? RIGHT?!? + description: You saw the "IMPORTANT" note above, right? render: bash validations: - required: false + required: true - type: textarea attributes: