mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-21 00:45:49 +08:00
21 lines
1.2 KiB
YAML
21 lines
1.2 KiB
YAML
name: Feature Request
|
||
description: "Please confirm first: Will this feature significantly improve the user experience of Tiny Computer?"
|
||
title: "[Feature] "
|
||
labels: ["enhancement"]
|
||
body:
|
||
- type: markdown
|
||
attributes:
|
||
value: |
|
||
**Important Notes:**
|
||
- Please search [all issues](https://github.com/Cateners/tiny_computer/issues?q=is%3Aissue) first. **Duplicate submissions will be closed directly**
|
||
|
||
- type: textarea
|
||
id: rationale
|
||
attributes:
|
||
label: "Must specify usage scenarios and value"
|
||
description: |
|
||
**Why is this needed? What benefits will implementing this bring to other users? Developers will spend a lot of time on this—what’s in it for them?**
|
||
(In short, don’t just make a wish—convince me or other potential (?) developers with solid reasoning! If you want a feature, either take the time to learn and develop it yourself, pay someone to do it, or wait for someone who shares your idea and has the time or money to implement it.)
|
||
Due to limited resources, I'm more likely to adopt valuable and easily implementable features. Unaddressed issues will remain visible for community solutions!
|
||
validations:
|
||
required: true |