mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 04:33:11 +03:00
Some checks are pending
Create and publish a Docker image / build-and-push-server (push) Waiting to run
Create and publish a Docker image / build-and-push-chart (push) Waiting to run
Create and publish a Docker image / build-and-push-CR (push) Waiting to run
Deploy docs / deploy (push) Waiting to run
24 lines
No EOL
867 B
YAML
24 lines
No EOL
867 B
YAML
name: ⭐️ Feature request
|
|
description: Suggest a new idea how to improve Kekkai
|
|
labels: [feature request]
|
|
body:
|
|
|
|
- type: textarea
|
|
id: feature-description
|
|
attributes:
|
|
label: Describe your suggested feature
|
|
description: How can Kekkai be improved?
|
|
placeholder: |
|
|
Example:
|
|
"It should work like this..."
|
|
validations:
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
id: acknowledgements
|
|
attributes:
|
|
label: Acknowledgements
|
|
description: Read this carefully, we will close and ignore your issue if you skimmed through this.
|
|
options:
|
|
- label: This is not a duplicate of an existing issue. Please look through the list of [open issues](https://github.com/Redume/Kekkai/issues) before creating a new one.
|
|
required: true |