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
No known key found for this signature in database
GPG key ID: C6BE0D76C40592C2
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
---
name: 'Bug report'
about: 'Submit a bug report to improve'
title: '[Bug report]: '
title: ''
labels: 'bug'
assignees: ''
---

View file

@ -1,7 +1,7 @@
---
name: 'Wordlist/Feature request'
about: 'Suggest a wordlist/feature to be added'
title: '[Feature request]: '
title: ''
labels: 'enhancement' # Alt: proposal
assignees: ''
---

View file

@ -1,7 +1,7 @@
---
name: 'Question'
about: 'Anything that does not fit in the other categories'
title: '[Question]: '
title: ''
labels: 'question'
assignees: ''
---