mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-11-04 02:48:53 +01:00
46 lines
1.4 KiB
YAML
46 lines
1.4 KiB
YAML
|
name: ⭐ Feature request
|
||
|
description: Create a detailed feature request.
|
||
|
title: 'feat: <title>'
|
||
|
labels: [feature-request]
|
||
|
body:
|
||
|
- type: markdown
|
||
|
attributes:
|
||
|
value: |
|
||
|
# ReVanced feature request
|
||
|
|
||
|
Do not submit requests for patches here. Please submit them [here](https://github.com/orgs/revanced/discussions/categories/patches) instead.
|
||
|
Important to note that your feature request may have already been made before. Please check for existing feature requests [here](https://github.com/revanced/revanced-cli/labels/feature-request)
|
||
|
|
||
|
- type: dropdown
|
||
|
attributes:
|
||
|
label: Type
|
||
|
options:
|
||
|
- Functionality
|
||
|
- Cosmetic
|
||
|
- Other
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Issue
|
||
|
description: What is the current problem. Why does it require a feature request?
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Feature
|
||
|
description: Describe your feature in detail. How does it solve the issue?
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Motivation
|
||
|
description: Why should your feature should be considered?
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Additional context
|
||
|
description: Add additional context here.
|
||
|
validations:
|
||
|
required: false
|