1
0
Fork 0

Added feat req template

This commit is contained in:
nin0dev 2024-03-29 12:45:56 -04:00 committed by GitHub
parent 61c64ac761
commit c68b1985a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,30 @@
name: Feature Request
description: Request a Vendroid-specific feature.
labels: [enhancement]
title: "[Bug] <title>"
body:
- type: markdown
attributes:
value: |
> [!INFO]
> 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
required: true