mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
a0cb449c60
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
58 lines
No EOL
1.9 KiB
YAML
58 lines
No EOL
1.9 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-patcher/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
|
|
- type: checkboxes
|
|
id: acknowledgements
|
|
attributes:
|
|
label: Acknowledgements
|
|
description: Your issue will be closed if you haven't done these steps.
|
|
options:
|
|
- label: I have searched the existing issues and this is a new and no duplicate or related to another open issue.
|
|
required: true
|
|
- label: I have written a short but informative title.
|
|
required: true
|
|
- label: I filled out all of the requested information in this issue properly.
|
|
required: true |