Update issue template

This commit is contained in:
ReinforceZwei 2021-02-05 16:19:55 +08:00 committed by ORelio
parent d19764869c
commit 424f514be2
3 changed files with 82 additions and 19 deletions

View file

@ -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):

View file

@ -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)

View file

@ -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...)