You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Before submitting the issue, please make sure of the following checklist:
16
+
1. Please be sure to fill in a concise and clear title for the issue so that others can quickly search
17
+
2. Please make sure there is no similar issue in the [existing issues](https://github.com/chen08209/FlClash/issues?q=is%3Aissue), otherwise please discuss under the existing issue
18
+
3. Please describe the problem in detail according to the template specification, otherwise issue will be closed directly.
19
+
20
+
- type: textarea
21
+
id: description
22
+
attributes:
23
+
label: 问题描述 / Describe the bug
24
+
description: 详细清晰地描述你遇到的问题,并配合截图 / Describe the problem you encountered in detail and clearly, and provide screenshots
25
+
validations:
26
+
required: true
27
+
- type: textarea
28
+
attributes:
29
+
label: 软件版本 / Version
30
+
description: 请提供FlClash的具体版本 / Please provide the specific version of FlClash.
31
+
validations:
32
+
required: true
33
+
- type: textarea
34
+
attributes:
35
+
label: 复现步骤 / To Reproduce
36
+
description: 请提供复现问题的步骤 / Steps to reproduce the behavior
37
+
validations:
38
+
required: true
39
+
- type: dropdown
40
+
attributes:
41
+
label: 操作系统 / OS
42
+
options:
43
+
- Android
44
+
- Windows
45
+
- MacOS
46
+
- Linux
47
+
validations:
48
+
required: true
49
+
- type: input
50
+
attributes:
51
+
label: 操作系统版本 / OS Version
52
+
description: 请提供你的操作系统版本,Linux请额外提供桌面环境及窗口系统 / Please provide your OS version, for Linux, please also provide the desktop environment and window system
53
+
validations:
54
+
required: true
55
+
- type: textarea
56
+
attributes:
57
+
label: 日志(勿上传日志文件,请粘贴日志内容) / Log (Do not upload the log file, paste the log content directly)
58
+
description: 请提供完整或相关部分的Debug日志(请在“软件左侧菜单”->“设置”->“日志等级”调整到debug / Please provide a complete or relevant Debug log (please adjust it to debug in the left menu of software-> Settings-> Log Level)
## Before submitting the issue, please make sure of the following checklist:
16
+
1. Please be sure to fill in a concise and clear title for the issue so that others can quickly search
17
+
2. Please make sure there is no similar issue in the [existing issues](https://github.com/chen08209/FlClash/issues?q=is%3Aissue), otherwise please discuss under the existing issue
18
+
3. Please describe the problem in detail according to the template specification, otherwise issue will be closed directly.
19
+
- type: textarea
20
+
id: description
21
+
attributes:
22
+
label: 功能描述 / Feature description
23
+
description: 详细清晰地描述你的功能请求 / A clear and concise description of what the feature is
24
+
validations:
25
+
required: true
26
+
- type: textarea
27
+
attributes:
28
+
label: 使用场景 / Use case
29
+
description: 请描述你的功能请求的使用场景 / Please describe the use case of your feature request
30
+
validations:
31
+
required: true
32
+
- type: checkboxes
33
+
id: os-labels
34
+
attributes:
35
+
label: 适用系统 / Target OS
36
+
description: 请选择该功能适用的操作系统(至少选择一个) / Please select the operating system(s) for this feature request (select at least one)
0 commit comments