github.com/igoogolx/clash@v1.19.8/.github/ISSUE_TEMPLATE/bug_report_en.yml (about)

     1  name: (English) Report a bug of the Clash core
     2  description: Create a bug report to help us improve
     3  labels:
     4    - bug
     5  title: "[Bug] <issue title>"
     6  body:
     7    - type: markdown
     8      attributes:
     9        value: "## Welcome to the official Clash open-source community"
    10  
    11    - type: markdown
    12      attributes:
    13        value: |
    14          Thank you for taking the time to report an issue with the Clash core.  
    15          
    16          Prior to submitting this issue, please read and follow the guidelines below to ensure that your issue can be resolved as quickly as possible. Options marked with an asterisk (*) are required, while others are optional. If the information you provide does not comply with the requirements, the maintainers may not respond and may directly close the issue.  
    17          
    18          If you can debug and fix the issue yourself, we welcome you to submit a pull request to merge your changes upstream.
    19  
    20    - type: checkboxes
    21      id: ensure
    22      attributes:
    23        label: Prerequisites
    24        description: "If any of the following options do not apply, please do not submit this issue as we will close it"
    25        options:
    26          - label: "I understand that this is the official open-source version of the Clash core, **only providing support for the open-source version or Premium version**"
    27            required: true
    28          - label: "I am submitting an issue with the Clash core, not Clash.Meta / OpenClash / ClashX / Clash For Windows or any other derivative version"
    29            required: true
    30          - label: "I am using the latest version of the Clash or Clash Premium core **in this repository**"
    31            required: true
    32          - label: "I have searched at the [Issue Tracker](……/) **and have not found any related issues**"
    33            required: true
    34          - label: "I have read the [official Wiki](https://dreamacro.github.io/clash/) **and was unable to solve the issue**"
    35            required: true
    36          - label: "(required for Premium core) I've tried the `dev` branch and the issue still exists"
    37            required: false
    38  
    39    - type: markdown
    40      attributes:
    41        value: "## Environment"
    42    - type: markdown
    43      attributes:
    44        value: |
    45          Please provide the following information to help us locate the issue.  
    46          The issue might be closed if there's not enough information provided.
    47  
    48    - type: input
    49      attributes:
    50        label: Version
    51        description: "Run `clash -v` or look at the bottom-left corner of the Clash Dashboard to find out"
    52      validations:
    53        required: true
    54  
    55    - type: dropdown
    56      id: os
    57      attributes:
    58        label: Operating System
    59        description: "Select all operating systems that apply to this issue"
    60        multiple: true
    61        options:
    62          - Linux
    63          - Windows
    64          - macOS (darwin)
    65          - Android
    66          - OpenBSD / FreeBSD
    67  
    68    - type: dropdown
    69      id: arch
    70      attributes:
    71        label: Architecture
    72        description: "Select all architectures that apply to this issue"
    73        multiple: true
    74        options:
    75          - amd64
    76          - amd64-v3
    77          - arm64
    78          - "386"
    79          - armv5
    80          - armv6
    81          - armv7
    82          - mips-softfloat
    83          - mips-hardfloat
    84          - mipsle-softfloat
    85          - mipsle-hardfloat
    86          - mips64
    87          - mips64le
    88          - riscv64
    89  
    90    - type: markdown
    91      attributes:
    92        value: "## Clash related information"
    93    - type: markdown
    94      attributes:
    95        value: |
    96          Please provide relevant information about your Clash instance here. If you
    97          do not provide enough information, the issue may be closed.
    98  
    99    - type: textarea
   100      attributes:
   101        render: YAML
   102        label: Configuration File
   103        placeholder: "Ensure that there is no sensitive information (such as server addresses, passwords, or ports) in the configuration file, and provide the minimum reproducible configuration. Do not post configurations with thousands of lines."
   104      validations:
   105        required: true
   106  
   107    - type: textarea
   108      attributes:
   109        render: Text
   110        label: Log
   111        placeholder: "Please attach the corresponding core outout (setting `log-level: debug` in the configuration provides debugging information)."
   112  
   113    - type: textarea
   114      attributes:
   115        label: Description
   116        placeholder: "Please describe your issue in detail here to help us understand (supports Markdown syntax)."
   117      validations:
   118        required: true
   119  
   120    - type: textarea
   121      attributes:
   122        label: Reproduction Steps
   123        placeholder: "Please provide the specific steps to reproduce the issue here (supports Markdown syntax)."
   124