mirror of
https://github.com/danielmiessler/SecLists
synced 2026-04-18 21:13:02 +02: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:
parent
40776ada2a
commit
210c95c8cc
3 changed files with 3 additions and 3 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
name: 'Bug report'
|
||||
about: 'Submit a bug report to improve'
|
||||
title: '[Bug report]: '
|
||||
title: ''
|
||||
labels: 'bug'
|
||||
assignees: ''
|
||||
---
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
|
@ -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: ''
|
||||
---
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/question.md
vendored
2
.github/ISSUE_TEMPLATE/question.md
vendored
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
name: 'Question'
|
||||
about: 'Anything that does not fit in the other categories'
|
||||
title: '[Question]: '
|
||||
title: ''
|
||||
labels: 'question'
|
||||
assignees: ''
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in a new issue