Files
SnapOtter/.github/ISSUE_TEMPLATE/feature_request.yml
T
SnapOtter 29d959e7c1 docs: open project to public contributions with CLA
Add full contribution infrastructure: CLA with broad sublicensing
rights for dual-licensing, CONTRIBUTING.md with scope rules and dev
setup, CLA Assistant workflow, CODEOWNERS, SUPPORT.md, PR template,
updated issue templates with contribution prompts, and declarative
label config.
2026-05-16 16:05:08 +08:00

55 lines
1.7 KiB
YAML

name: Feature Request
description: Suggest a new tool, improvement, or change
labels: ["enhancement"]
body:
- type: checkboxes
id: checklist
attributes:
label: Before submitting
options:
- label: I searched existing issues and didn't find a duplicate
required: true
- type: textarea
id: problem
attributes:
label: Problem
description: What problem does this solve? Describe the use case or frustration.
placeholder: |
I frequently need to convert AVIF files to JPEG, but there's no tool for it.
I currently have to use an external service which means my images leave my machine.
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed solution
description: How do you think this should work?
placeholder: |
Add an AVIF option to the format conversion tool, similar to how
HEIC and WebP are already supported.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives considered
description: Have you tried any workarounds? Are there other approaches that could work?
- type: textarea
id: context
attributes:
label: Additional context
description: Screenshots, links, examples, or anything else that helps explain the request.
- type: dropdown
id: willing-to-implement
attributes:
label: Would you like to implement this?
description: Feature PRs require issue approval first. If approved, we can assign this to you.
options:
- "Yes, I'd like to submit a PR if approved"
- "No, just suggesting"