diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index d8bbe2e2..a3dde2d3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,6 +1,6 @@ name: Bug Report description: File a bug report -title: "[Bug] " +title: '[Bug] ' body: - type: markdown attributes: @@ -32,7 +32,7 @@ body: attributes: label: Actual Behavior description: Please describe the actual behavior, as observed in the playground. - + - type: textarea id: expected-behavior attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 87226bcb..39e2e64a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,8 +1,8 @@ name: Feature Request description: Suggest an idea for this project -title: "[Feature Request] " +title: '[Feature Request] ' labels: - - "feature-request" + - 'feature-request' body: - type: markdown attributes: