From 4ead7898561dd21953ea3cc3d8559c9f4849ae73 Mon Sep 17 00:00:00 2001 From: Mojo Dojo Date: Wed, 31 May 2023 12:14:53 +1000 Subject: [PATCH] Update issue templates to allow markdown --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 -- .github/ISSUE_TEMPLATE/feature_request.yaml | 3 --- 2 files changed, 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 5d3dc96a2a..3497cc10be 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -16,7 +16,6 @@ body: attributes: label: Bug description description: Describe the bug you encountered and what you expected to happen. - render: shell validations: required: true @@ -30,7 +29,6 @@ body: - Include relevant code snippet that did not work as expected. - If applicable, add screenshots to help explain the problem. - Include anything else that might help us debug the issue. - render: shell validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 63bea21b64..e805d8e648 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -25,7 +25,6 @@ body: attributes: label: What is your request? description: Describe how you'd like us to improve Mojo. - render: shell validations: required: true @@ -34,7 +33,6 @@ body: attributes: label: What is your motivation for this change? description: Describe the problem that your feature seeks to address (what is the value to the product/user?). - render: shell validations: required: true @@ -43,6 +41,5 @@ body: attributes: label: Any other details? description: Perhaps some minimum functional attributes the implementation should include, or other context about your feature. - render: shell validations: required: false