mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 02:38:20 +00:00
58 lines
2.7 KiB
YAML
58 lines
2.7 KiB
YAML
name: Feature request
|
|
description: Suggest features you want the developers (or contributors) to make for the launcher.
|
|
title: "[FEATURE] "
|
|
labels: [feature, enhancement]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to file this issue! Here are a few things to check before clicking the submit button :)
|
|
1. Make sure you're on the latest version of the app. The current release can be found here: https://github.com/LawnchairLauncher/lawnchair/releases.
|
|
2. The feature might already be in the [development versions](https://github.com/LawnchairLauncher/lawnchair/wiki/FAQ#development-versions). You can try testing and see if the feature already exists.
|
|
3. Search through **both** [open and closed issues](https://github.com/LawnchairLauncher/lawnchair/issues?q=is%3Aissue+sort%3Aupdated-desc+) for your feature requests.
|
|
4. ALWAYS fill this template. If you fail to do so, your issue will be immediately closed with no response. Maintaining open source projects for free is hard work, and we expect users to respect that time and effort by putting in a little bit of their own. That helps us implement your feature faster and in return you get a better app — everybody wins.
|
|
|
|
Please keep in mind that we may not always implement this feature request. Alongide that, if this issue is inactive for 90 days, it'll be marked as stale.
|
|
|
|
- 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 |