Files
SnapOtter/.github/DISCUSSION_TEMPLATE/feature-request.yml
T
SnapOtter 8706d8555d feat: add community roadmap infrastructure
- Discussion templates for feature requests and roadmap updates
- Roadmap labels (now/next/later, community-request)
- Fix security audit report path in .gitignore
2026-05-20 14:59:25 +08:00

58 lines
1.4 KiB
YAML

title: "[Feature] "
labels:
- enhancement
body:
- type: markdown
attributes:
value: |
Thanks for suggesting a feature! Community votes (thumbs-up on this post) help us prioritize the roadmap.
- type: textarea
id: problem
attributes:
label: Problem or use case
description: What are you trying to do? What's frustrating or missing today?
placeholder: "When I try to ..., I can't ... because ..."
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed solution
description: How do you imagine this working? Screenshots, mockups, or rough descriptions are all welcome.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives considered
description: Have you tried any workarounds? Are there other tools that do this well?
validations:
required: false
- type: dropdown
id: area
attributes:
label: Area
options:
- New tool
- Existing tool improvement
- UI/UX
- API
- Pipeline / batch processing
- AI features
- Docker / self-hosting
- Documentation
- Other
validations:
required: true
- type: checkboxes
id: contribution
attributes:
label: Contribution
options:
- label: I'm willing to submit a PR for this feature