mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-07-17 07:34:40 +00:00
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:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: 'Bug report'
|
||||
about: 'Submit a bug report to improve'
|
||||
title: '[Bug report]: '
|
||||
title: ''
|
||||
labels: 'bug'
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
@@ -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: ''
|
||||
---
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: 'Question'
|
||||
about: 'Anything that does not fit in the other categories'
|
||||
title: '[Question]: '
|
||||
title: ''
|
||||
labels: 'question'
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user