Skip to content

Commit fb9d0cb

Browse files
committedApr 19, 2025
Add issues template
1 parent e7eb312 commit fb9d0cb

File tree

3 files changed

+103
-0
lines changed

3 files changed

+103
-0
lines changed
 

‎.github/ISSUE_TEMPLATE/bug_report.yml

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
name: 问题反馈 / Bug report
2+
title: "[BUG] "
3+
description: 反馈你遇到的问题 / Report the issue you are experiencing
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
## 在提交问题之前,请确认以下事项:
10+
1. 请务必给issue填写一个简洁明了的标题,以便他人快速检索
11+
2. 请确保[已有的问题](https://github.com/chen08209/FlClash/issues?q=is%3Aissue) 中没有人提交过相似issue,否则请在已有的issue下进行讨论
12+
3. 请务必按照模板规范详细描述问题,否则issue将会被直接关闭
13+
## 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)
56+
validations:
57+
required: true

‎.github/ISSUE_TEMPLATE/config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
contact_links:
2+
- name: 讨论交流 / Communication
3+
url: https://t.me/+G-veVtwBOl4wODc1
4+
about: 在 Telegram 群组中与其他用户讨论交流 / Communicate with other users in the Telegram group
+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
name: 功能请求 / Feature request
2+
title: "[Feature] "
3+
description: 提出你的功能请求 / Propose your feature request
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
## 在提交问题之前,请确认以下事项:
10+
1. 请务必给issue填写一个简洁明了的标题,以便他人快速检索
11+
2. 请确保[已有的问题](https://github.com/chen08209/FlClash/issues?q=is%3Aissue) 中没有人提交过相似issue,否则请在已有的issue下进行讨论
12+
3. 请务必按照模板规范详细描述问题,否则issue将会被直接关闭
13+
## 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)
36+
options:
37+
- label: Android
38+
- label: Windows
39+
- label: MacOS
40+
- label: Linux
41+
validations:
42+
required: true

0 commit comments

Comments
 (0)