mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-09 01:31:46 +00:00
39 lines
1.3 KiB
YAML
39 lines
1.3 KiB
YAML
name: Feature Request
|
|
description: Suggest an idea for Pear Desktop
|
|
title: "[Feature Request]: "
|
|
labels: "enhancement :sparkles:"
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Preflight Checklist
|
|
description: Please ensure you've completed all of the following.
|
|
options:
|
|
- label: I use the latest version of Pear Desktop (Application).
|
|
required: true
|
|
- label: I have searched the [issue tracker](https://github.com/pear-devs/pear-desktop/issues) for a feature request that matches the one I want to file, without success.
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Problem Description
|
|
description: A clear and concise description of the problem you are seeking to solve with this feature request.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Proposed Solution
|
|
description: Describe the solution you'd like in a clear and concise manner.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Alternatives Considered
|
|
description: A clear and concise description of any alternative solutions or features you've considered.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional Information
|
|
description: Any other context about the problem.
|
|
validations:
|
|
required: false
|