mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-21 18:28:47 -04:00
33 lines
702 B
YAML
33 lines
702 B
YAML
name: Feature Request
|
|
description: Request a new feature to be added
|
|
title: "[Request] Replace with your question"
|
|
labels: enhancement
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Is there an existing issue for this?
|
|
options:
|
|
- label: I have searched the existing issues
|
|
required: true
|
|
|
|
- type: dropdown
|
|
attributes:
|
|
label: Do you use YouTube Premium?
|
|
options:
|
|
- ❌ No, I don't use YouTube Premium
|
|
- ✅ Yes, I do use YouTube Premium
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: My feature request
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional context
|
|
validations:
|
|
required: false
|