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:
14
+
1. Please be sure to fill in a concise and clear title for the issue so that others can quickly search
15
+
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
16
+
3. Please describe the problem in detail according to the template specification, otherwise issue will be closed directly.
17
+
- type: textarea
18
+
id: description
19
+
attributes:
20
+
label: 问题描述 / Describe the bug
21
+
description: 详细清晰地描述你遇到的问题,并配合截图 / Describe the problem you encountered in detail and clearly, and provide screenshots
22
+
validations:
23
+
required: true
24
+
- type: textarea
25
+
attributes:
26
+
label: 软件版本 / Version
27
+
description: 请提供FlClash的具体版本 / Please provide the specific version of FlClash.
28
+
validations:
29
+
required: true
30
+
- type: textarea
31
+
attributes:
32
+
label: 复现步骤 / To Reproduce
33
+
description: 请提供复现问题的步骤 / Steps to reproduce the behavior
34
+
validations:
35
+
required: true
36
+
- type: dropdown
37
+
attributes:
38
+
label: 操作系统 / OS
39
+
options:
40
+
- Android
41
+
- Windows
42
+
- MacOS
43
+
- Linux
44
+
validations:
45
+
required: true
46
+
- type: input
47
+
attributes:
48
+
label: 操作系统版本 / OS Version
49
+
description: 请提供你的操作系统版本,Linux请额外提供桌面环境及窗口系统 / Please provide your OS version, for Linux, please also provide the desktop environment and window system
50
+
validations:
51
+
required: true
52
+
- type: textarea
53
+
attributes:
54
+
label: 日志(勿上传日志文件,请粘贴日志内容) / Log (Do not upload the log file, paste the log content directly)
55
+
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:
14
+
1. Please be sure to fill in a concise and clear title for the issue so that others can quickly search
15
+
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
16
+
3. Please describe the problem in detail according to the template specification, otherwise issue will be closed directly.
17
+
18
+
- type: textarea
19
+
id: description
20
+
attributes:
21
+
label: 功能描述 / Feature description
22
+
description: 详细清晰地描述你的功能请求 / A clear and concise description of what the feature is
23
+
validations:
24
+
required: true
25
+
- type: textarea
26
+
attributes:
27
+
label: 使用场景 / Use case
28
+
description: 请描述你的功能请求的使用场景 / Please describe the use case of your feature request
29
+
validations:
30
+
required: true
31
+
- type: checkboxes
32
+
id: os-labels
33
+
attributes:
34
+
label: 适用系统 / Target OS
35
+
description: 请选择该功能适用的操作系统(至少选择一个) / Please select the operating system(s) for this feature request (select at least one)
0 commit comments