mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
* Create config.yml Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com> * Delete bug_report.md Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com> * Create bug_report.yml Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com> * Create feature_request.yml Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com> * Create pull_request_template.md Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com> --------- Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com>
34 lines
1.3 KiB
YAML
34 lines
1.3 KiB
YAML
name: Feature Request
|
|
description: Suggest a feature
|
|
title: "[FEATURE REQUEST] "
|
|
labels: ["enhancement"]
|
|
assignees:
|
|
- naturecodevoid
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this feature request! Before you continue filling out the form, please **[search in GitHub Issues](https://github.com/SideStore/SideStore/issues?q=is%3Aissue+is%3Aopen) for the feature you are suggestion** in case it has already been suggested.
|
|
|
|
**Please use [Discord](https://discord.gg/RgpFBX3Q3k) or [GitHub Discussions](https://github.com/SideStore/SideStore/discussions) for support.**
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Describe the feature
|
|
description: What is the feature? How would it work?
|
|
placeholder: Please be clear and concise with your description.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: use-cases
|
|
attributes:
|
|
label: Use cases
|
|
description: Please include multiple use cases where this feature would be useful.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives
|
|
description: If you have alternative ideas of how this feature could work, you can put them here.
|