mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Update issue template
This commit is contained in:
parent
d19764869c
commit
424f514be2
3 changed files with 82 additions and 19 deletions
42
.github/ISSUE_TEMPLATE/bug_report.md
vendored
42
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -13,10 +13,38 @@ assignees: ''
|
||||||
- [ ] I have set `debugmessages=true` in config to diagnose my issue
|
- [ ] I have set `debugmessages=true` in config to diagnose my issue
|
||||||
- [ ] I have redacted session tokens and passwords before attaching screenshots
|
- [ ] 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
|
## Expected Behavior
|
||||||
* 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
|
## 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):
|
||||||
|
|
|
||||||
21
.github/ISSUE_TEMPLATE/feature_request.md
vendored
21
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
|
@ -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 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
|
- [ ] 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 [...])
|
## Describe your problem
|
||||||
* A clear description of what you want to happen (I'd like the app to do this to solve my problem [...])
|
Present a concise description of the problem to be addressed by this feature request.
|
||||||
* Any alternative solutions or features you've considered.
|
|
||||||
* If applicable, add screenshots to help explain your 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)
|
||||||
38
.github/ISSUE_TEMPLATE/general-question.md
vendored
38
.github/ISSUE_TEMPLATE/general-question.md
vendored
|
|
@ -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 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
|
- [ ] 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 [...])
|
## Description of the Question
|
||||||
* Any solutions or features you've already considered (I tried to set this setting in config [...]).
|
A clear description of what you want to happen (I'd like the app to do [...])
|
||||||
* If applicable, add screenshots to help explain your question
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
## 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...)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue