浏览代码

Merge pull request #1293 from LucasXu0/typo

fix: github issue template typo
Lucas.Xu 2 年之前
父节点
当前提交
bd88d89814
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/ISSUE_TEMPLATE/bug_report.yaml
  2. 1 1
      .github/ISSUE_TEMPLATE/feature_request.yaml

+ 1 - 1
.github/ISSUE_TEMPLATE/bug_report.yaml

@@ -1,6 +1,6 @@
 name: Bug Report
 name: Bug Report
 description: Create a bug report to help us improve
 description: Create a bug report to help us improve
-title: "[Bug]: "
+title: "[Bug] "
 body:
 body:
   - type: textarea
   - type: textarea
     id: desc
     id: desc

+ 1 - 1
.github/ISSUE_TEMPLATE/feature_request.yaml

@@ -1,6 +1,6 @@
 name: Feature Request
 name: Feature Request
 description: Suggest an idea for AppFlowy
 description: Suggest an idea for AppFlowy
-title: "[FR]: "
+title: "[FR] "
 body:
 body:
   - type: textarea
   - type: textarea
     id: desc
     id: desc