mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
* backend rename * rename embassy and closes #2179 * update root ca name on disk * update MOTD * update readmes * your server typo * another tiny typo * fix png name * Update backend/src/net/wifi.rs Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com> * changes needed due to rebase --------- Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> Co-authored-by: Matt Hill <MattDHill@users.noreply.github.com> Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com>
42 lines
1.4 KiB
YAML
42 lines
1.4 KiB
YAML
name: 💡 Feature Request
|
|
description: Suggest an idea for StartOS
|
|
title: "[feat]: "
|
|
labels: [Enhancement]
|
|
assignees:
|
|
- MattDHill
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Prerequisites
|
|
description: Please confirm you have completed the following.
|
|
options:
|
|
- label: I have searched for [existing issues](https://github.com/start9labs/start-os/issues) that already suggest this feature.
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the Feature Request
|
|
description: A clear and concise description of the feature.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the Use Case
|
|
description: Why is this feature useful? What problem does it solve?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe Preferred Solution
|
|
description: How you want this feature added to StartOS?
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe Alternatives
|
|
description: Describe any alternative solutions or features you have considered.
|
|
- type: textarea
|
|
attributes:
|
|
label: Anything else?
|
|
description: |
|
|
Screenshots? Links? References? Anything that will give us more context about the feature you are suggesting.
|
|
|
|
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|