mirror of
https://github.com/youfoundjk/TeXcore.git
synced 2026-07-22 07:33:31 +00:00
47 lines
1.6 KiB
YAML
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: '...'
|