54 lines
2.7 KiB
YAML
54 lines
2.7 KiB
YAML
name: '✨ Feature Request'
|
|
about: 'Request a feature to be implemented in the framework.'
|
|
title: 'feat: '
|
|
labels:
|
|
- 'FeatureRequest/New'
|
|
body:
|
|
- type: 'markdown'
|
|
id: 'text-introduction'
|
|
attributes:
|
|
value: |
|
|
Hey there! Thank you for taking the time to report a feature request to us. \
|
|
Before filling any of this out, please think for one minute if the feature is really important and necessary for all/many projects to have. \
|
|
If not it would probably best to write a custom module for the feature you want added. \
|
|
Please answer the following questions accurately, otherwise we may not be able to add the feature. \
|
|
\
|
|
**Note: Please check if the same feature request already exists. If not, continue. If so, participate in that one instead.** \
|
|
**Note: Please don't censor anything *except* sensitive information. You don''t need to be embarrased about your username. You censor your bug report, we censor our answers.**
|
|
- type: 'textarea'
|
|
id: 'feature-description'
|
|
attributes:
|
|
label: 'Feature description'
|
|
description: 'Explain *what* you want added. Also describe why this feature can''t implemented without integrating it into the CORE Framework. Include as many details as possible.'
|
|
placeholder: |
|
|
Example:
|
|
I want to do XY in my project, which is fairely hard to implement but would benefit a lot of projects.
|
|
validations:
|
|
required: true
|
|
- type: 'textarea'
|
|
id: 'feature-implementation'
|
|
attributes:
|
|
label: 'Feature implementation'
|
|
description: 'Explain *how* you want it added. Include as many details as possible. Also include alternative ways of implementing the feature in the framework (if possible).'
|
|
placeholder: |
|
|
Example:
|
|
I would propose to <some description on how to implement your feature>.
|
|
I''ve also thought on simply <some other description on how to implement your feature>.
|
|
validations:
|
|
required: true
|
|
- type: 'textarea'
|
|
id: 'feature-alternatives'
|
|
attributes:
|
|
label: 'Feature alternatives'
|
|
description: 'Explain how could be possible to implement the feature without building it into the framework directly. Include as many details as possible. **Leave empty if it can''t simply be solved by adding a module.**'
|
|
placeholder: |
|
|
Example:
|
|
I''ve considered using a custom module for this feature.
|
|
Otherwise it would be possible to use <link to some project>.
|
|
I''ve also considered using the engine''s way of doing it by <how to do it using the engine''s way>.
|
|
validations:
|
|
required: false
|
|
- type: 'markdown'
|
|
id: 'text-tysm'
|
|
attributes:
|
|
value: 'Thank you for filling out this feature request form. Please check your answers before sending this report.'
|