ebullient_obsidian-deck-notes/.github/ISSUE_TEMPLATE/feature-request.yaml
2025-10-07 10:55:10 -04:00

46 lines
1.3 KiB
YAML

name: Feature Request
description: Request a new feature
title: "✨ "
labels: ["type: enhancement"]
body:
- type: textarea
id: feature-description
validations:
required: true
attributes:
label: "🔖 Feature description"
description: |
A clear and concise description of what the feature request is.
Include your use case.
Examples:
- I find it difficult to [...].
- I would like to be able to [...]. This would help me [...].
placeholder: "You should add ..."
- type: textarea
id: solution
validations:
required: true
attributes:
label: "✔️ Solution"
description: "A clear and concise description of what you want to happen."
placeholder: "In my use-case, ..."
- type: textarea
id: alternatives
validations:
required: false
attributes:
label: "❓ Alternatives"
description: "A clear and concise description of any alternative solutions or features you've considered."
placeholder: "I have considered ..."
- type: textarea
id: additional-context
validations:
required: false
attributes:
label: "📝 Additional Context"
description: "Add any other context or screenshots about the feature request here."
placeholder: "..."