Added feat req template
This commit is contained in:
parent
61c64ac761
commit
c68b1985a5
1 changed files with 30 additions and 0 deletions
30
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
30
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal 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
|
Loading…
Add table
Reference in a new issue