9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-19 15:09:25 +00:00

[ci skip] Improve issue template (#230)

* Update en_bug_report.yml

* Update en_feature_request.yml

* Update en_bug_report.yml

* Update en_feature_request.yml

* Update en_bug_report.yml

* Update en_bug_report.yml

* Update en_bug_report.yml

* Update en_bug_report.yml

* Update en_feature_request.yml

* Update en_bug_report.yml
This commit is contained in:
sh1kcs
2025-02-15 23:30:20 +06:00
committed by GitHub
parent d638e8fc89
commit 67e7748f0b
2 changed files with 10 additions and 11 deletions

View File

@@ -32,19 +32,19 @@ body:
- type: textarea
attributes:
label: Expected behaviour
description: A clear and concise description of what you expected to happen.
label: What is the expected behavior?
description: A clear and concise description of what you expected to see.
validations:
required: true
- type: textarea
attributes:
label: To Reproduce
description: Steps to reproduce this behaviour
label: How to reproduce?
description: Steps to reproduce this behaviour.
placeholder: |
1. Enter server '...'
2. execute command /example '...'
3. Server crashes '...'
1. Enter server ...
2. Execute command /example ...
3. Server crashes ...
4. See error
validations:
required: true
@@ -61,4 +61,4 @@ body:
- type: input
attributes:
label: Error log (if applicable)
description: If you are reporting a console error, upload any relevant errors or full log to either https://mclo.gs or https://gist.github.com, save and the paste the link in this box.
description: If you are reporting a console error, upload any relevant errors or full log to either https://mclo.gs/ or https://pastes.dev/, save and the paste the link in this box.

View File

@@ -1,13 +1,12 @@
name: EN | Feature request
description: Suggest an idea for Leaf
description: Suggest an idea to improve Leaf
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request for Leaf! Fill out the following form to your best ability to help us understand your feature request and greatly improve the change of it getting added.
Thank you for taking the time to fill out this feature request for Leaf! Please fill out the following form to help us make sure your feature request will actually improve Leaf!
- type: textarea
attributes:
label: What feature do you want to see added?