2024-03-29 12:45:56 -04:00
|
|
|
name: Feature Request
|
|
|
|
description: Request a Vendroid-specific feature.
|
|
|
|
labels: [enhancement]
|
2024-04-29 16:41:47 -04:00
|
|
|
title: "[FeatReq] <title>"
|
2024-03-29 12:45:56 -04:00
|
|
|
|
|
|
|
body:
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: |
|
2024-04-29 16:41:47 -04:00
|
|
|
> [!WARNING]
|
2024-03-29 12:45:56 -04:00
|
|
|
> This is not for requesting plugins that should be available outside of Vendroid.
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
id: feature-desc
|
|
|
|
attributes:
|
|
|
|
label: Feature description
|
|
|
|
description: Describe the feature in detail.
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
- type: checkboxes
|
|
|
|
id: agreement-check
|
|
|
|
attributes:
|
|
|
|
label: Request agreement
|
|
|
|
description: Make sure that
|
|
|
|
options:
|
|
|
|
- label: I am not suggesting a feature that could be selfbotting (automating/bulk sending actions)
|
|
|
|
required: true
|
|
|
|
- label: I have checked for duplicates in the repo
|
2024-04-29 16:41:47 -04:00
|
|
|
required: true
|