mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
64 lines
2.5 KiB
YAML
64 lines
2.5 KiB
YAML
name: Feature request
|
|
description: Suggest features you want the developers (or contributors) to make for the launcher.
|
|
title: "[FEATURE] "
|
|
labels: [feature-request]
|
|
type: Feature
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
> [!IMPORTANT]
|
|
> Lawnchair's issue tracker is maintained on a best-effort basis — due to limited resources, we do not guarantee that all issues will be triaged or checked by the developers.
|
|
> If you wish to help triage Lawnchair's issues, visit [#4232](https://github.com/LawnchairLauncher/lawnchair/issues/4232) for more information.
|
|
|
|
Thanks for taking the time to file this issue! Here are a few things to do before submitting:
|
|
1. Make sure you're on the [latest **nightly** version](https://github.com/LawnchairLauncher/lawnchair#development-builds) of the app.
|
|
2. [Read the FAQ](https://lawnchair.app/faq) to check if it's one of the common issues you can encounter in the launcher; if it is, please don't create an issue about it.
|
|
3. Search through **both** [open and closed issues](https://github.com/LawnchairLauncher/lawnchair/issues?q=is%3Aissue+sort%3Aupdated-desc+) for your bug.
|
|
|
|
Please keep in mind that we may not always implement this feature request.
|
|
|
|
- type: textarea
|
|
id: feature-description
|
|
attributes:
|
|
label: Describe the feature
|
|
description: A clear and concise description of what the feature is.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: feature-usefulness
|
|
attributes:
|
|
label: Why would it be useful to add?
|
|
description: Explain why this feature would be useful to you
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: feature-in-version-two
|
|
attributes:
|
|
label: Did the feature exist in Lawnchair v2? (Play Store version)
|
|
description: |
|
|
If so, the feature might be already in the dev's to-do list and may be closed. See [this page](https://lawnchair.app/faq#can-you-return-x-feature-from-lawnchair-2) for more information.
|
|
options:
|
|
- "Yes"
|
|
- "No"
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: feature-examples
|
|
attributes:
|
|
label: Example(s)
|
|
description: Post screenshots/drawings/links/etc of the feature request, or proof-of-concept images about the feature.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: additional-context
|
|
attributes:
|
|
label: Additional context
|
|
description: Add any other context about the feature here.
|
|
validations:
|
|
required: false
|