From 5414af93ba82c47216ca13a8ceadef4c1bba8afa Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Tue, 7 Dec 2021 12:06:37 +0100 Subject: [PATCH] Formats documents. --- .github/ISSUE_TEMPLATE/bug_report.yaml | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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: