mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-04-19 05:18:42 -04:00
35 lines
734 B
YAML
35 lines
734 B
YAML
name: 🪄 Tweak
|
|
description: Small suggestions, UI tweaks, or minor improvements
|
|
type: Tweak
|
|
|
|
body:
|
|
- type: textarea
|
|
id: feedback
|
|
attributes:
|
|
label: What's the suggestion?
|
|
placeholder: Describe the change or improvement
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: screenshot
|
|
attributes:
|
|
label: Screenshot
|
|
description: Optional - attach a screenshot if it helps explain
|
|
|
|
- type: dropdown
|
|
id: area
|
|
attributes:
|
|
label: Area
|
|
options:
|
|
- UI / Layout
|
|
- UX / Workflow
|
|
- Settings
|
|
- Quality Profiles
|
|
- Custom Formats
|
|
- Regex Patterns
|
|
- Import / Export
|
|
- Other
|
|
validations:
|
|
required: true
|