mirror of
https://github.com/al0cam/AutoMover.git
synced 2026-07-22 05:41:25 +00:00
59 lines
1.9 KiB
YAML
59 lines
1.9 KiB
YAML
name: Feature Request
|
|
description: Suggest a new feature or improvement for the plugin
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Before submitting: search existing issues to make sure this hasn't already been requested or discussed.
|
|
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: What problem does this solve?
|
|
description: Describe the workflow friction or limitation you're running into. Don't jump straight to your solution yet.
|
|
placeholder: "When I try to do X, I have to Y which is annoying because..."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Proposed solution
|
|
description: What would you like to see added or changed? Be as specific as you can.
|
|
placeholder: "It would help if the plugin could..."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives you've considered
|
|
description: Any workarounds you're currently using, or other approaches you've thought about.
|
|
placeholder: "I've tried X but it falls short because..."
|
|
|
|
- type: dropdown
|
|
id: scope
|
|
attributes:
|
|
label: How impactful would this be for your workflow?
|
|
options:
|
|
- Nice to have
|
|
- Would use it regularly
|
|
- Blocking my use of the plugin
|
|
validations:
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
id: checklist
|
|
attributes:
|
|
label: Before submitting
|
|
options:
|
|
- label: I've searched existing issues and this hasn't been requested before
|
|
required: true
|
|
- label: This is specific to this plugin, not a general Obsidian feature request
|
|
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Additional context
|
|
description: Screenshots, mockups, links to similar features in other tools — anything that helps illustrate the request.
|