浏览代码

Remove default labels from issue templates

tetrapod00 7 月之前
父节点
当前提交
b3baf825f1
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 1 1
      .github/ISSUE_TEMPLATE/enhancement_request.md

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

@@ -2,7 +2,7 @@
 name: Bug report
 name: Bug report
 about: Report incorrect or outdated documentation
 about: Report incorrect or outdated documentation
 title: ''
 title: ''
-labels: bug
+labels: ''
 assignees: ''
 assignees: ''
 ---
 ---
 
 

+ 1 - 1
.github/ISSUE_TEMPLATE/enhancement_request.md

@@ -2,7 +2,7 @@
 name: Enhancement request
 name: Enhancement request
 about: Suggest new documentation or improving existing documentation
 about: Suggest new documentation or improving existing documentation
 title: ''
 title: ''
-labels: enhancement
+labels: ''
 assignees: ''
 assignees: ''
 ---
 ---