Update en_newbie.yml

This commit is contained in:
Toby 2022-10-19 10:50:54 -07:00 committed by GitHub
parent 2bef487bbb
commit 8b93cf5f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,40 +1,39 @@
name: "[en] Help me!"
description: "Connect failed? Client crashed? Choose this to get help!"
description: "Unable to connect? Server/client crashed? Choose this to get help."
title: "[Help me] "
body:
- type: markdown
id: header
attributes:
value: |
Before creating this issue, please take a look at [Quick Start Guide](https://github.com/HyNetwork/hysteria/wiki/Quick-Start) in our Wiki.
Before creating an issue, please take a look at [Quick Start Guide](https://github.com/HyNetwork/hysteria/wiki/Quick-Start) and [Advanced Usage](https://github.com/HyNetwork/hysteria/wiki/Advanced-Usage).
The latest configuration options and their docs can be found in [Advanced Usage](https://github.com/HyNetwork/hysteria/wiki/Advanced-Usage).
You can find solutions to common problems in [Common Problems](https://github.com/HyNetwork/hysteria/wiki/Common-Problems). Anything already covered there will be closed without reply.
You can find solutions to most known problems in [Common Problems](https://github.com/HyNetwork/hysteria/wiki/Common-Problems). Any issue with solution list there will be closed imminently.
You can [join our Telegram group](https://t.me/hysteria_github) our use Discussion for community support.
You can [join our Telegram group](https://t.me/hysteria_github) for instant community support.
Try searching existing issues to see if it has been already answered.
Please search the existing issues to check if your question has been already answered.
Please fill out the following form as detailed as you can. This can help us check and reproduce your problem. Please note we cannot use any divination magic, reproducing the issue is the only way to find a solution.
If your problem still can't be solved, fill out the form as detailed as you can to help us reproduce it.
- type: textarea
id: detail
attributes:
label: "Details"
description: |
Please describe the problem you encountered in detail.
If you want to use hysteria in an unusual way, please specify it here.
Describe the problem you encountered in detail.
If you are using hysteria in an unusual way, describe your setup and what you are trying to achieve.
validations:
required: true
- type: input
id: server-install-info
attributes:
label: "Server-side hysteria or scripts information"
label: "Hysteria server information"
description: |
Fill the version of server-side hysteria here (the output of command `hysteria --version`).
Paste the version of hysteria server here (output of `hysteria --version`).
If you used a script to install and config hysteria on your server, please paste the command that you executed here (such as `curl https://xxx | sh -`)
If you are using a VPN provider, please consult the VPN provider for setup guide first.
If you are using a VPN provider, please ask the VPN provider for help first.
placeholder: |
hysteria version v1.x.x 2006-01-02t08:04:05z 0123456789abcdef0123456789abcdef01234567
validations:
@ -44,8 +43,9 @@ body:
attributes:
label: "VPS information"
description: |
Please fill in the provider and specification of the VPS you are using to run the hysteria server here.
If you are using a VPN provider, please fill in the homepage URL of the VPN provider.
Fill in the provider and specs of the VPS you are using to run the hysteria server here.
If you are using a VPN provider, please fill in the website of the VPN provider.
placeholder: |
TurtleShell, Chuncheon, ARM, 1 Core, 512MB RAM
validations:
@ -53,9 +53,9 @@ body:
- type: textarea
id: server-config-info
attributes:
label: "Server-side configuration"
label: "Server config"
description: |
Please paste the server-side config.json you are using here.
Paste the server config.json you are using here.
If you are using a script that doesn't require any configuration, please specify `N/A`.
placeholder: |
{
@ -75,18 +75,18 @@ body:
- type: textarea
id: server-log
attributes:
label: "Server-side logs"
label: "Server logs"
description: |
Please paste the server-side hysteria output here, a screenshot is acceptable but plaintext would be much better.
Paste the hysteria server output here. Screenshots are acceptable but plaintext would be much better.
validations:
required: true
- type: input
id: client-install-info
attributes:
label: "Client-side hysteria information"
label: "Hysteria client information"
description: |
Fill the version of client-side hysteria here (the output of command `hysteria --version`).
If you are using any third-party clients (such as Clash, Passwall, or SagerNet), please paste their version instead. You can also find help in their community.
Paste the version of hysteria client here (output of `hysteria --version`).
If you are using any third-party clients (e.g. Clash, Passwall, or SagerNet), paste their version instead. You can also find help in their communities.
placeholder: |
hysteria version v1.x.x 2006-01-02T08:04:05Z 0123456789abcdef0123456789abcdef01234567
validations:
@ -94,10 +94,10 @@ body:
- type: textarea
id: client-config-info
attributes:
label: "Client-side configuration"
label: "Client config"
description: |
Please paste the client-side configure you are using here.
You can remove any sensitive information (such as server address, obfuscation password, or authentic password) in the config before posting it here, but this also means it would be your own duty to make sure you have configured them correctly.
Paste the client config.json you are using here.
Make sure to remove sensitive information (e.g. server address, password).
If you are using a third-party client, you can paste or upload a screenshot of their configuration instead.
placeholder: |
{
@ -117,10 +117,10 @@ body:
- type: input
id: client-environment
attributes:
label: "Client-side environment (operating system)"
label: "Client environment (operating system)"
description: |
Please fill in the OS you are using to run the hysteria client.
If you are running hysteria client on the OpenWRT, please fill in the version of OpenWRT (as well as any plugins you are using, e.g. Passwall) instead.
The OS you are using to run hysteria client.
If you are running hysteria client on OpenWRT, provide the version of OpenWRT (and any plugins you are using, e.g. Passwall).
placeholder: |
Windows 11
validations:
@ -128,9 +128,9 @@ body:
- type: textarea
id: client-log
attributes:
label: "Client-side logs"
label: "Client logs"
description: |
Please paste the client-side hysteria output here, a screenshot is acceptable but plaintext would be much better.
Paste the hysteria client output here. Screenshots are acceptable but plaintext would be much better.
validations:
required: true