Skip to content

Commit 1ac481d

Browse files
committed
Add issues template
1 parent e7eb312 commit 1ac481d

File tree

3 files changed

+107
-0
lines changed

3 files changed

+107
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

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

.github/ISSUE_TEMPLATE/config.yml

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

0 commit comments

Comments
 (0)