mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 20:51:25 +03:00
Move folder issue template
This commit is contained in:
parent
521d1adc13
commit
369126aaee
2 changed files with 0 additions and 0 deletions
24
.github/ISSUE_TEMPLATE/request_feature.yml
vendored
Normal file
24
.github/ISSUE_TEMPLATE/request_feature.yml
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
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
|
Loading…
Add table
Reference in a new issue