mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Delete issue form for question (#1736)
* Delete issue form for question * Proprose changes for the "ask for help" paragraph Co-authored-by: ORelio <ORelio@users.noreply.github.com>
This commit is contained in:
parent
a05e89cf58
commit
41b0325f45
2 changed files with 4 additions and 84 deletions
|
|
@ -1,84 +0,0 @@
|
|||
name: General Question
|
||||
description: Request help for using the program
|
||||
title: "[Question] "
|
||||
labels:
|
||||
- "a:question"
|
||||
body:
|
||||
- type: checkboxes
|
||||
id: prerequisites
|
||||
attributes:
|
||||
label: Prerequisites
|
||||
options:
|
||||
- label: I have read and understood the [user manual](https://github.com/ORelio/Minecraft-Console-Client/tree/master/MinecraftClient/config)
|
||||
required: true
|
||||
- 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 feature requests](https://github.com/ORelio/Minecraft-Console-Client/issues?q=is%3Aissue) before opening a new one
|
||||
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: question
|
||||
attributes:
|
||||
label: Description of the Question
|
||||
placeholder: What problem do you encountered?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: considered-solutions
|
||||
attributes:
|
||||
label: Solutions you've already considered
|
||||
placeholder: "1. Set ... setting in my config"
|
||||
value: |
|
||||
1.
|
||||
2.
|
||||
- type: textarea
|
||||
id: screenshot
|
||||
attributes:
|
||||
label: Attach screenshot here (If applicable)
|
||||
- type: textarea
|
||||
id: others
|
||||
attributes:
|
||||
label: Anythings that could help us answering the question
|
||||
placeholder: Your configuration file, log output, ...
|
||||
render: txt
|
||||
- type: input
|
||||
id: mc-version
|
||||
attributes:
|
||||
label: Minecraft Version
|
||||
placeholder: 1.x.x
|
||||
- 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 question form. Feel free to submit the form to us.
|
||||
|
|
@ -20,6 +20,10 @@ This exe file is a .NET binary which also works on Mac and Linux.
|
|||
Check out the [sample configuration files](MinecraftClient/config/) which includes the how-to-use README.
|
||||
Help and more info is also available on the [Minecraft Forum thread](http://www.minecraftforum.net/topic/1314800-/).<br/>
|
||||
|
||||
## Getting Help
|
||||
|
||||
Check out the [README](MinecraftClient/config/) and existing [Discussions](https://github.com/ORelio/Minecraft-Console-Client/discussions): Maybe your question is answered there. If not, please open a [New Discussion](https://github.com/ORelio/Minecraft-Console-Client/discussions/new) and ask your question. **Please do not ask questions in the Issues section**, that's for bug reports and feature requests.
|
||||
|
||||
## Building from source
|
||||
|
||||
First of all, get a [zip of source code](https://github.com/ORelio/Minecraft-Console-Client/archive/master.zip), extract it and navigate to the `MinecraftClient` folder.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue