youfoundjk_TeXcore/.github/DISCUSSION_TEMPLATE/feature-requests.yaml
2026-06-05 14:50:35 +02:00

47 lines
1.6 KiB
YAML

labels: []
body:
- type: checkboxes
id: no-duplicate-issues
attributes:
label: "⚠️ Please check that this feature request hasn't been suggested before."
options:
- label: "I searched previous [Ideas in Discussions](https://github.com/YouFoundJK/TeXcore/discussions/categories/ideas) and didn't find any similar feature requests."
required: true
- label: "I searched previous [Issues](https://github.com/YouFoundJK/TeXcore/issues) and didn't find any similar feature requests."
required: true
- type: textarea
id: feature-description
validations:
required: true
attributes:
label: '🔖 Feature description'
description: 'A clear and concise description of what the feature request is.'
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, and why.'
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: '...'