2022-07-26 19:10:57 +02:00
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.
2022-07-26 19:38:01 +02:00
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).
2022-07-26 19:10:57 +02:00
- 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