add issue title templates
This commit is contained in:
parent
7fe3a2c805
commit
ef5b3e1818
1
.github/ISSUE_TEMPLATE/blank.yml
vendored
1
.github/ISSUE_TEMPLATE/blank.yml
vendored
|
@ -1,6 +1,7 @@
|
||||||
name: Blank Template
|
name: Blank Template
|
||||||
description: Use this only if your issue does not fit into another template. **DO NOT ASK FOR SUPPORT OR REQUEST PLUGINS**
|
description: Use this only if your issue does not fit into another template. **DO NOT ASK FOR SUPPORT OR REQUEST PLUGINS**
|
||||||
labels: []
|
labels: []
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: info-sec
|
id: info-sec
|
||||||
|
|
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,6 +1,7 @@
|
||||||
name: Bug/Crash Report
|
name: Bug/Crash Report
|
||||||
description: Create a bug or crash report for Vencord
|
description: Create a bug or crash report for Vencord
|
||||||
labels: [bug]
|
labels: [bug]
|
||||||
|
title: "[Bug] <title>"
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: input
|
- type: input
|
||||||
|
|
10
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
10
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -1,6 +1,7 @@
|
||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: Create a feature request for Vencord. To request new plugins, please use the Discussions tab
|
description: Create a feature request for Vencord. To request new plugins, please use the Discussions tab
|
||||||
labels: [enhancement]
|
labels: [enhancement]
|
||||||
|
title: "[Feature Request] <title>"
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: input
|
- type: input
|
||||||
|
@ -20,3 +21,12 @@ body:
|
||||||
placeholder: I think ... would be a cool feature to add. This would be awesome, thanks!
|
placeholder: I think ... would be a cool feature to add. This would be awesome, thanks!
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
id: agreement-check
|
||||||
|
attributes:
|
||||||
|
label: Request Agreement
|
||||||
|
description: DO NOT USE THIS TEMPLATE FOR PLUGIN REQUESTS!!! For plugin requests, **use discussions**
|
||||||
|
options:
|
||||||
|
- label: This is not a plugin request
|
||||||
|
required: true
|
||||||
|
|
Loading…
Reference in a new issue