fixed plugin request yml
This commit is contained in:
19
.github/ISSUE_TEMPLATE/plugin_request.yml
vendored
19
.github/ISSUE_TEMPLATE/plugin_request.yml
vendored
@@ -1,28 +1,27 @@
|
|||||||
name: Plugin Request
|
name: Plugin Request
|
||||||
description: Request a 3rd party library support
|
description: Request support for a third-party library
|
||||||
title: "[Plugin request]: "
|
title: "[Plugin Request]: "
|
||||||
labels: ["plugin"]
|
labels: ["plugin"]
|
||||||
assignees:
|
assignees:
|
||||||
- PaulleDemon
|
- PaulleDemon
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thanks for taking the time to request for new plugin
|
Thanks for taking the time to request a new plugin.
|
||||||
|
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: plugin
|
id: plugin
|
||||||
attributes:
|
attributes:
|
||||||
label: Name of the plugin
|
label: Name of the plugin
|
||||||
placeholder: plugin name
|
placeholder: Enter the plugin name
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: plugin-link
|
id: plugin-link
|
||||||
attributes:
|
attributes:
|
||||||
label: Link to plugin
|
label: Link to the plugin
|
||||||
placeholder: plugin link
|
placeholder: Enter the plugin link
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user