mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-01 08:20:39 +01:00
20 lines
507 B
YAML
20 lines
507 B
YAML
|
name: Plugin Suggestion
|
||
|
description: Suggest data from another plugin for Plan
|
||
|
labels: [New Data, DataExtensions, Help Wanted]
|
||
|
body:
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Data to display
|
||
|
description: List any data you would like to see from the plugin
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: input
|
||
|
attributes:
|
||
|
label: Link to API or Source Code
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: input
|
||
|
attributes:
|
||
|
label: Link to Project page or Downloads
|
||
|
validations:
|
||
|
required: true
|