Skip to content

Commit fc57d50

Browse files
authored
Merge pull request #1968 from QingFeng-awa/master
添加issue模板
2 parents a45791f + 39acf09 commit fc57d50

File tree

5 files changed

+115
-0
lines changed

5 files changed

+115
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: Bug Report
2+
description: File a bug report
3+
labels: ["bug"]
4+
body:
5+
- type: checkboxes
6+
attributes:
7+
label: Prerequisites
8+
options:
9+
- label: I have searched for related issues in the [issues](https://github.com/halo-dev/halo/issues) list.
10+
required: true
11+
- type: input
12+
attributes:
13+
label: Current TrafficMonitor Version
14+
description: Right-click the TrafficMonitor tray icon, select `Help` → `About`.
15+
validations:
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: What happened?
20+
description: "For ease of management, please do not report multiple unrelated issues under the same issue."
21+
validations:
22+
required: true
23+
- type: textarea
24+
attributes:
25+
label: Log Output
26+
description: "Error logs can be found in the TrafficMonitor root directory.<br>This will be automatically formatted as code, so no backticks are needed."
27+
render: shell
28+
- type: textarea
29+
attributes:
30+
label: Additional Information
31+
description: "If you have other information to note, you can fill it in here."
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: Bug反馈
2+
description: 提交Bug反馈
3+
labels: ["bug"]
4+
body:
5+
- type: checkboxes
6+
attributes:
7+
label: 前置条件
8+
options:
9+
- label: 已经在[issue](https://github.com/zhongyang219/TrafficMonitor/issues)列表中搜索了相关问题。
10+
required: true
11+
- type: input
12+
attributes:
13+
label: 您当前使用的TrafficMonitor版本
14+
description: 右键TrafficMonitor托盘图标,选择`帮助` → `关于`。
15+
validations:
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: 发生了什么?
20+
description: "为了方便我们管理,请不要在同一个issue下报告多个不相关的问题。"
21+
validations:
22+
required: true
23+
- type: textarea
24+
attributes:
25+
label: 日志输出
26+
description: "错误日志可在TrafficMonitor根目录中找到。<br>这将自动格式化为代码,因此无需反引号。"
27+
render: shell
28+
- type: textarea
29+
attributes:
30+
label: 附加信息
31+
description: "如果你还有其他需要提供的信息,可以在这里填写。"
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Feature Request
2+
description: File a feature request
3+
labels: ["enhancement"]
4+
body:
5+
- type: checkboxes
6+
attributes:
7+
label: Prerequisites
8+
options:
9+
- label: I have searched for related issues in the [issues](https://github.com/zhongyang219/TrafficMonitor/issues) list.
10+
required: true
11+
- type: input
12+
attributes:
13+
label: Current TrafficMonitor Version
14+
description: "Right-click the TrafficMonitor tray icon, select `Help` → `About`."
15+
validations:
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: Describe the feature
20+
description: "For ease of management, please do not report multiple unrelated issues under the same issue."
21+
validations:
22+
required: true
23+
- type: textarea
24+
attributes:
25+
label: Additional Information
26+
description: "If you have other information to note, you can fill it in here."
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: 功能请求
2+
description: 请求一个新功能
3+
labels: ["enhancement"]
4+
body:
5+
- type: checkboxes
6+
attributes:
7+
label: 前置条件
8+
options:
9+
- label: 已经在[issue](https://github.com/zhongyang219/TrafficMonitor/issues)列表中搜索了相关问题。
10+
required: true
11+
- type: input
12+
attributes:
13+
label: 您当前使用的TrafficMonitor版本
14+
description: 右键TrafficMonitor托盘图标,选择`帮助` → `关于`。
15+
validations:
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: 描述一下该功能
20+
description: "为了方便我们管理,请不要在同一个issue下提交多个没有相关性的特性。"
21+
validations:
22+
required: true
23+
- type: textarea
24+
attributes:
25+
label: 附加信息
26+
description: "如果你还有其他需要提供的信息,可以在这里填写。"

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

0 commit comments

Comments
 (0)