mihomo/.github/ISSUE_TEMPLATE/bug_report.yml

80 lines
3.5 KiB
YAML
Raw Permalink Normal View History

2024-04-30 18:36:02 +08:00
name: Bug Report
description: "Report Mihomo bug"
2023-12-02 18:56:20 +08:00
title: "[Bug] "
labels: ["bug"]
body:
- type: checkboxes
id: ensure
attributes:
label: Verify steps
2024-10-20 08:52:12 +08:00
description: Before submitting, please check all the options below to confirm that you have read and understood the following requirements; otherwise, this issue will be closed.
2023-12-02 18:56:20 +08:00
options:
2024-10-20 08:52:12 +08:00
- label: I have read the [documentation](https://wiki.metacubex.one/) and understand the meaning of all the configuration items I have written, rather than just piling up seemingly useful options or default values.
required: false
- label: I have carefully reviewed the [documentation](https://wiki.metacubex.one/) and have not resolved the issue.
2023-12-02 18:56:20 +08:00
required: false
2024-10-20 08:52:12 +08:00
- label: I have searched the [Issue Tracker](……/) for the issue I want to raise and did not find it.
2024-04-30 18:36:02 +08:00
required: false
2024-10-20 08:52:12 +08:00
- label: I am a non-Chinese user.
required: false
- label: I have tested with the latest Alpha branch version, and the issue still persists.
required: true
- label: I have provided the server and client configuration files and processes that can reproduce the issue locally, rather than a sanitized complex client configuration file.
2023-12-02 18:56:20 +08:00
required: true
2024-10-20 08:52:12 +08:00
- label: I provided the simplest configuration that can be used to reproduce the errors in my report, rather than relying on remote servers or piling on a lot of unnecessary configurations for reproduction.
2023-12-02 18:56:20 +08:00
required: true
2024-10-20 08:52:12 +08:00
- label: I have provided complete logs, rather than just the parts I think are useful out of confidence in my own intelligence.
2023-12-02 18:56:20 +08:00
required: true
2024-10-20 08:52:12 +08:00
- label: I have directly reproduced the error using the Mihomo command-line program, rather than using other tools or scripts.
2023-12-02 18:56:20 +08:00
required: true
2024-04-30 18:36:02 +08:00
2023-12-02 18:56:20 +08:00
- type: dropdown
attributes:
2024-04-30 18:36:02 +08:00
label: Operating System
description: "Please provide the type of operating system."
2023-12-02 18:56:20 +08:00
multiple: true
options:
2024-04-30 18:36:02 +08:00
- MacOS
2023-12-02 18:56:20 +08:00
- Windows
- Linux
- OpenBSD/FreeBSD
2024-04-30 18:36:02 +08:00
- Android
- type: input
attributes:
label: System Version
description: "Please provide the version of the operating system where the issue occurred."
validations:
required: true
2023-12-02 18:56:20 +08:00
- type: textarea
attributes:
2024-04-30 18:36:02 +08:00
label: Mihomo Version
description: "Provide the output of the `mihomo -v` command."
2023-12-02 18:56:20 +08:00
validations:
required: true
- type: textarea
attributes:
2024-04-30 18:36:02 +08:00
render: yaml
label: Configuration File
description: |-
Please attach the Mihomo configuration file below.
Make sure there is no sensitive information in the configuration file (such as server addresses, passwords, ports, etc.)
Also, ensure that the configuration file can reproduce the error using the Mihomo command-line program locally (if it's a proxy protocol issue, make sure the local server can be used for reproduction).
validations:
required: true
2023-12-02 18:56:20 +08:00
- type: textarea
attributes:
label: Description
2024-04-30 18:36:02 +08:00
description: "Please provide a detailed description of the error."
validations:
required: true
- type: textarea
attributes:
label: Reproduction Steps
description: "Please provide the steps to reproduce the error."
2023-12-02 18:56:20 +08:00
validations:
2024-04-30 18:36:02 +08:00
required: true
- type: textarea
attributes:
label: Logs
description: "Attach the running logs of Mihomo Core below, with `log-level` set to `DEBUG`."
render: shell