Files
tiny_computer/.github/ISSUE_TEMPLATE/feature_request_eng.yml
2026-02-06 11:36:01 +08:00

21 lines
1.2 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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—whats in it for them?**
(In short, dont 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