fix(docs): Removed redundant title prefix from templates

The title prefixes weren't necessary since new issues are automatically asigned labels anyway by the templates.
This commit is contained in:
ItsIgnacioPortal
2026-01-22 04:06:23 -03:00
parent 40776ada2a
commit 210c95c8cc
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
--- ---
name: 'Bug report' name: 'Bug report'
about: 'Submit a bug report to improve' about: 'Submit a bug report to improve'
title: '[Bug report]: ' title: ''
labels: 'bug' labels: 'bug'
assignees: '' assignees: ''
--- ---
+1 -1
View File
@@ -1,7 +1,7 @@
--- ---
name: 'Wordlist/Feature request' name: 'Wordlist/Feature request'
about: 'Suggest a wordlist/feature to be added' about: 'Suggest a wordlist/feature to be added'
title: '[Feature request]: ' title: ''
labels: 'enhancement' # Alt: proposal labels: 'enhancement' # Alt: proposal
assignees: '' assignees: ''
--- ---
+1 -1
View File
@@ -1,7 +1,7 @@
--- ---
name: 'Question' name: 'Question'
about: 'Anything that does not fit in the other categories' about: 'Anything that does not fit in the other categories'
title: '[Question]: ' title: ''
labels: 'question' labels: 'question'
assignees: '' assignees: ''
--- ---