mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
38 lines
No EOL
1,000 B
YAML
38 lines
No EOL
1,000 B
YAML
name: ⭐ Feature request
|
|
description: Create a detailed feature request.
|
|
title: 'feat: <title>'
|
|
labels: [feature-request]
|
|
body:
|
|
- 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 |