From 424f514be234294cf7a58791f69396435d15c4e3 Mon Sep 17 00:00:00 2001 From: ReinforceZwei <39955851+ReinforceZwei@users.noreply.github.com> Date: Fri, 5 Feb 2021 16:19:55 +0800 Subject: [PATCH] Update issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 42 ++++++++++++++++++---- .github/ISSUE_TEMPLATE/feature_request.md | 21 +++++++---- .github/ISSUE_TEMPLATE/general-question.md | 38 ++++++++++++++++---- 3 files changed, 82 insertions(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a6a15a64..6feff686 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,10 +13,38 @@ assignees: '' - [ ] I have set `debugmessages=true` in config to diagnose my issue - [ ] I have redacted session tokens and passwords before attaching screenshots -**Bug description** -A bug report should contain the following items: -* A clear and concise description of what the bug is -* Steps to reproduce the behavior -* What I expected to happen instead -* If applicable, add screenshots to help explain your problem -* Specify which kind of operating system you are running + +--- +## Expected Behavior + + +--- +## Actual Behavior + + +--- +## Steps to Reproduce the Problem + + 1. Login to [...] server + 2. Use [...] command + 3. + +--- +## Screenshot (If applicable) + + + +--- +## Anythings that could help diagnosing the bug +(config, log output) + + + +--- +## Specifications + + - Console Client version: + - Device: (Desktop, Laptop, VPS, Raspberry Pi, etc) + - Operating System: + - Minecraft version: + - Server address (If applicable): diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index d3e33347..d3f3be13 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -12,9 +12,18 @@ assignees: '' - [ ] I made sure I am running the latest [development build](https://ci.appveyor.com/project/ORelio/minecraft-console-client/build/artifacts) - [ ] I tried to [look for similar feature requests](https://github.com/ORelio/Minecraft-Console-Client/issues?q=is%3Aissue) before opening a new one -**Feature description** -A feature request should contain the following items: -* A concise description of your problem (I'm always frustrated when [...]) -* A clear description of what you want to happen (I'd like the app to do this to solve my problem [...]) -* Any alternative solutions or features you've considered. -* If applicable, add screenshots to help explain your request + +--- +## Describe your problem +Present a concise description of the problem to be addressed by this feature request. + + + +--- +## Suggest a possible solution +A clear description of what you want to happen (I'd like the app to do this to solve my problem [...]) + + + +--- +## Screenshot to help explain your request (If applicable) \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/general-question.md b/.github/ISSUE_TEMPLATE/general-question.md index 40cb760d..d77ec676 100644 --- a/.github/ISSUE_TEMPLATE/general-question.md +++ b/.github/ISSUE_TEMPLATE/general-question.md @@ -12,9 +12,35 @@ assignees: '' - [ ] I made sure I am running the latest [development build](https://ci.appveyor.com/project/ORelio/minecraft-console-client/build/artifacts) - [ ] I tried to [look for similar questions](https://github.com/ORelio/Minecraft-Console-Client/issues?q=is%3Aissue) before creating a new one -**Description of the Questions** -Your question may contain the following items: -* A concise description of your problem (I'm always frustrated when [...]) -* A clear description of what you want to happen (I'd like the app to do this to solve my problem [...]) -* Any solutions or features you've already considered (I tried to set this setting in config [...]). -* If applicable, add screenshots to help explain your question + + +--- +## Description of the Question +A clear description of what you want to happen (I'd like the app to do [...]) + + + +--- +## Describe your current situation +A clear description of what is happening (The app didn't do what I expected, instead [...]/I don't know how to make the app to do [...]) + + + +--- +## Solutions you've already considered + +1. Set [...] setting in my config +2. + + +--- +## Screenshots to help explain your situation (If applicable) + + + +--- +## Anythings that could help us answering your question +(your scripts, config, log output, information about your system...) + + +