mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-01 19:53:41 +00:00
27 lines
797 B
YAML
27 lines
797 B
YAML
name: "[ENG] Feature Request"
|
|
description: Suggest an idea/Request for a new feature
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this feature request!
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Is your feature request related to a problem? Please describe.
|
|
description: A clear and concise description of what the problem is.
|
|
placeholder: |
|
|
e.g. I'm always frustrated when ...
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Describe the solution you'd like
|
|
description: A clear and concise description of what you want.
|
|
placeholder: |
|
|
e.g. I want a new event that ...
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you again for your contribution to LiteLoader!
|