소스 검색

fix: github issue template typo

Lucas.Xu 2 년 전
부모
커밋
78728bb6ff
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
 description: Create a bug report to help us improve
-title: "[Bug]: "
+title: "[Bug] "
 body:
   - type: textarea
     id: desc

+ 1 - 1
.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