Create bug report GitHub issue form (#1691)

* Issue form
* Create bug report GitHub issue form
This commit is contained in:
ReinforceZwei 2021-07-19 00:46:58 +08:00 committed by GitHub
parent 982f358bf3
commit c18bff361c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 99 additions and 50 deletions

View file

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

View 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.