diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 1a3bf97..8555d8c 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -9,16 +9,16 @@ body: attributes: label: What happened? description: Please leave a brief description about the bug you file. - validations: - required: true + validations: + required: true - type: textarea id: log attributes: label: The command and output description: Please provide us the command and output you are running - validations: - required: true + validations: + required: true - type: checkboxes id: no-similar-issue diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index 9df2736..72d0459 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -9,5 +9,5 @@ body: attributes: label: What do you want us to work on? description: Please let us know what do you think - validations: - required: true + validations: + required: true