Преглед на файлове

Merge pull request #10418 from tetrapod00/no-label

Remove default labels from issue templates
Max Hilbrunner преди 7 месеца
родител
ревизия
873c4525e9
променени са 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
 about: Report incorrect or outdated documentation
 title: ''
-labels: bug
+labels: ''
 assignees: ''
 ---
 

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

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