mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Create bug report GitHub issue form (#1691)
* Issue form * Create bug report GitHub issue form
This commit is contained in:
parent
982f358bf3
commit
c18bff361c
3 changed files with 99 additions and 50 deletions
50
.github/ISSUE_TEMPLATE/bug_report.md
vendored
50
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -1,50 +0,0 @@
|
||||||
---
|
|
||||||
name: Bug report
|
|
||||||
about: Create a report to help us improve
|
|
||||||
title: ''
|
|
||||||
labels: a:bug
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Prerequisites**
|
|
||||||
- [ ] 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 issues](https://github.com/ORelio/Minecraft-Console-Client/issues?q=is%3Aissue) before opening a new one
|
|
||||||
- [ ] I have set `debugmessages=true` in config to diagnose my issue
|
|
||||||
- [ ] I have redacted session tokens and passwords before attaching screenshots
|
|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
## 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):
|
|
||||||
98
.github/ISSUE_TEMPLATE/bug_report_form.yaml
vendored
Normal file
98
.github/ISSUE_TEMPLATE/bug_report_form.yaml
vendored
Normal file
|
|
@ -0,0 +1,98 @@
|
||||||
|
name: Bug Report
|
||||||
|
description: Create a report to help us improve
|
||||||
|
title: "[BUG] "
|
||||||
|
labels:
|
||||||
|
- "a:bug"
|
||||||
|
body:
|
||||||
|
- type: checkboxes
|
||||||
|
id: prerequisites
|
||||||
|
attributes:
|
||||||
|
label: Prerequisites
|
||||||
|
options:
|
||||||
|
- label: I made sure I am running the latest [development build](https://ci.appveyor.com/project/ORelio/minecraft-console-client/build/artifacts)
|
||||||
|
required: true
|
||||||
|
- label: I tried to [look for similar issues](https://github.com/ORelio/Minecraft-Console-Client/issues?q=is%3Aissue) before opening a new one
|
||||||
|
required: true
|
||||||
|
- label: I have set `debugmessages=true` in config to diagnose my issue
|
||||||
|
required: true
|
||||||
|
- label: I have redacted session tokens and passwords before attaching screenshots
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: mc-version
|
||||||
|
attributes:
|
||||||
|
label: Minecraft Version
|
||||||
|
placeholder: 1.x.x
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: client-version
|
||||||
|
attributes:
|
||||||
|
label: Console Client Version
|
||||||
|
description: Please make sure you are using the latest version
|
||||||
|
placeholder: Latest
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: expected-behavior
|
||||||
|
attributes:
|
||||||
|
label: Expected Behavior
|
||||||
|
placeholder: What do you expect to see?
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: actual-behavior
|
||||||
|
attributes:
|
||||||
|
label: Actual Behavior
|
||||||
|
placeholder: What is the happening?
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: reproduce-step
|
||||||
|
attributes:
|
||||||
|
label: Steps to Reproduce the bug
|
||||||
|
placeholder: "1. Login to ... server"
|
||||||
|
value: |
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
3.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: screenshot
|
||||||
|
attributes:
|
||||||
|
label: Attach screenshot here (If applicable)
|
||||||
|
- type: textarea
|
||||||
|
id: others
|
||||||
|
attributes:
|
||||||
|
label: Anythings that could help diagnosing the bug
|
||||||
|
placeholder: Your configuration file, log output, ...
|
||||||
|
render: txt
|
||||||
|
- type: dropdown
|
||||||
|
id: device
|
||||||
|
attributes:
|
||||||
|
label: Device
|
||||||
|
description: What device you are using to run the client?
|
||||||
|
options:
|
||||||
|
- Desktop
|
||||||
|
- Laptop
|
||||||
|
- VPS
|
||||||
|
- Raspberry Pi
|
||||||
|
- Other
|
||||||
|
- type: dropdown
|
||||||
|
id: operating-system
|
||||||
|
attributes:
|
||||||
|
label: Operating System
|
||||||
|
description: What operating system is your device running?
|
||||||
|
options:
|
||||||
|
- Windows
|
||||||
|
- Linux
|
||||||
|
- MacOS
|
||||||
|
- Other
|
||||||
|
- type: input
|
||||||
|
id: server-address
|
||||||
|
attributes:
|
||||||
|
label: Server Address (If applicable)
|
||||||
|
- type: markdown
|
||||||
|
id: credit
|
||||||
|
attributes:
|
||||||
|
value: Thank you for filling the bug report. Feel free to submit the report to us.
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,3 +9,4 @@
|
||||||
/.vs/
|
/.vs/
|
||||||
SessionCache.ini
|
SessionCache.ini
|
||||||
.*
|
.*
|
||||||
|
!/.github
|
||||||
Loading…
Add table
Add a link
Reference in a new issue