From 78728bb6ff3e92d7f6b47999602e5593e636d554 Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Mon, 17 Oct 2022 13:18:48 +0800 Subject: [PATCH] fix: github issue template typo --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 02b4fffc26..2b9f9ea407 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,6 +1,6 @@ name: Bug Report description: Create a bug report to help us improve -title: "[Bug]: " +title: "[Bug] " body: - type: textarea id: desc diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 4a8e583df0..3a7bea56b1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,6 +1,6 @@ name: Feature Request description: Suggest an idea for AppFlowy -title: "[FR]: " +title: "[FR] " body: - type: textarea id: desc