Remove default labels from issue templates

This commit is contained in:
tetrapod00
2024-12-17 11:53:33 -08:00
parent 19f5643c46
commit b3baf825f1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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: ''
--- ---
@@ -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: ''
--- ---