mirror of
https://github.com/NLthijs48/AreaShop.git
synced 2024-11-28 21:25:27 +01:00
Add default labels to issue templates
This commit is contained in:
parent
ec7983e126
commit
b4efe7d5bf
3
.github/ISSUE_TEMPLATE/bug_report.md
vendored
3
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,6 +1,9 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Report a problem in the plugin
|
about: Report a problem in the plugin
|
||||||
|
title: ''
|
||||||
|
labels: 'Type: Bug'
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
3
.github/ISSUE_TEMPLATE/feature_request.md
vendored
3
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,6 +1,9 @@
|
|||||||
---
|
---
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest an idea
|
about: Suggest an idea
|
||||||
|
title: ''
|
||||||
|
labels: 'Type: Feature'
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
3
.github/ISSUE_TEMPLATE/support-question.md
vendored
3
.github/ISSUE_TEMPLATE/support-question.md
vendored
@ -1,6 +1,9 @@
|
|||||||
---
|
---
|
||||||
name: Support question
|
name: Support question
|
||||||
about: Ask help with the setup or usage of the plugin
|
about: Ask help with the setup or usage of the plugin
|
||||||
|
title: ''
|
||||||
|
labels: 'Type: Support'
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user