Files
wehub-resource-sync 8ef9db2513
Deploy to GitHub Pages / deploy (push) Has been cancelled
Deploy to GitHub Pages / build (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:56:49 +08:00

44 lines
1.1 KiB
YAML

name: Feature Request
description: Suggest an improvement or new feature
labels: ["enhancement"]
body:
- type: textarea
id: problem
attributes:
label: What problem does this solve?
placeholder: Describe the pain point or use case that motivates this request.
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed solution
placeholder: How do you think this could be implemented? (optional but helpful)
validations:
required: false
- type: dropdown
id: area
attributes:
label: Area
options:
- Templates / styles
- Charts / visualization
- Export / post-processing
- Source conversion
- Image generation
- Workflow / UX
- Documentation
- Other
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives considered
placeholder: Any workarounds you've tried or other approaches you've considered?
validations:
required: false