mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
53bfb3b71a
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
19 lines
552 B
YAML
19 lines
552 B
YAML
name: Feature request
|
|
description: Suggest an idea for this project
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Use case
|
|
description: A concise description of what you want to happen.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe your solution
|
|
description: In case you have an idea how to implement this feature.
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Would you be willing to implement this feature?
|
|
options:
|
|
- label: Yes, I could contribute this feature.
|