github.com/inazumav/sing-box@v0.0.0-20230926072359-ab51429a14f1/.github/ISSUE_TEMPLATE/bug_report.yml (about)

     1  name: Bug report
     2  description: "Report sing-box bug"
     3  body:
     4    - type: dropdown
     5      attributes:
     6        label: Operating system
     7        description: Operating system type
     8        options:
     9          - iOS
    10          - macOS
    11          - Apple tvOS
    12          - Android
    13          - Windows
    14          - Linux
    15          - Others
    16      validations:
    17        required: true
    18    - type: input
    19      attributes:
    20        label: System version
    21        description: Please provide the operating system version
    22      validations:
    23        required: true
    24    - type: dropdown
    25      attributes:
    26        label: Installation type
    27        description: Please provide the sing-box installation type
    28        options:
    29          - Original sing-box Command Line
    30          - sing-box for iOS Graphical Client
    31          - sing-box for macOS Graphical Client
    32          - sing-box for Apple tvOS Graphical Client
    33          - sing-box for Android Graphical Client
    34          - Third-party graphical clients that advertise themselves as using sing-box (Windows)
    35          - Third-party graphical clients that advertise themselves as using sing-box (Android)
    36          - Others
    37      validations:
    38        required: true
    39    - type: input
    40      attributes:
    41        description: Graphical client version
    42        label: If you are using a graphical client, please provide the version of the client.
    43    - type: textarea
    44      attributes:
    45        label: Version
    46        description: If you are using the original command line program, please provide the output of the `sing-box version` command.
    47        value: |-
    48          <details>
    49          ```console
    50          # Replace this line with the output
    51          ```
    52          </details>
    53    - type: textarea
    54      attributes:
    55        label: Description
    56        description: Please provide a detailed description of the error.
    57      validations:
    58        required: true
    59    - type: textarea
    60      attributes:
    61        label: Reproduction
    62        description: Please provide the steps to reproduce the error, including the configuration files and procedures that can locally (not dependent on the remote server) reproduce the error using the original command line program of sing-box.
    63      validations:
    64        required: true
    65    - type: textarea
    66      attributes:
    67        label: Logs
    68        description: |-
    69          If you encounter a crash with the graphical client, please provide crash logs.
    70          For Apple platform clients, please check `Settings - View Service Log` for crash logs.
    71          For the Android client, please check the `/sdcard/Android/data/io.nekohasekai.sfa/files/stderr.log` file for crash logs.
    72        value: |-
    73          <details>
    74          ```console
    75          # Replace this line with logs
    76          ```
    77          </details>