From 67e7748f0bcf2b1acf54793d5fff8a66f612aa29 Mon Sep 17 00:00:00 2001 From: sh1kcs <113757412+sh2kcs@users.noreply.github.com> Date: Sat, 15 Feb 2025 23:30:20 +0600 Subject: [PATCH] [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 --- .github/ISSUE_TEMPLATE/en_bug_report.yml | 16 ++++++++-------- .github/ISSUE_TEMPLATE/en_feature_request.yml | 5 ++--- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/en_bug_report.yml b/.github/ISSUE_TEMPLATE/en_bug_report.yml index eea085f5..c09435c4 100644 --- a/.github/ISSUE_TEMPLATE/en_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/en_bug_report.yml @@ -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. diff --git a/.github/ISSUE_TEMPLATE/en_feature_request.yml b/.github/ISSUE_TEMPLATE/en_feature_request.yml index df6a8266..0ee8b13f 100644 --- a/.github/ISSUE_TEMPLATE/en_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/en_feature_request.yml @@ -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?