Explorar o código

Merge pull request #10418 from tetrapod00/no-label

Remove default labels from issue templates
Max Hilbrunner hai 7 meses
pai
achega
873c4525e9

+ 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: ''
 ---
 ---