Skip to content

Commit 753cafc

Browse files
committed
doc: update issue_template
1 parent 003a9ba commit 753cafc

File tree

4 files changed

+61
-55
lines changed

4 files changed

+61
-55
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

-34
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: Bug report
2+
description: Create a report to help us improve
3+
title: '[bug report]:'
4+
5+
body:
6+
- type: checkboxes
7+
id: issue_check
8+
attributes:
9+
label: 我已查看以往的issue并且没有找到类似的问题
10+
options:
11+
- label: I have checked the previous issues and there is no simular problems.
12+
required: true
13+
- type: textarea
14+
id: describe
15+
attributes:
16+
label: 描述你遇到的bug以及如何复现
17+
description: Describe the problem you confronted and how to reproduce it.
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: screenshot
22+
attributes:
23+
label: 截图
24+
description: screenshot
25+
- type: input
26+
id: environment
27+
attributes:
28+
label: 你使用的操作系统版本
29+
description: The os you are using.
30+
placeholder: e.g. Windows 11 24h2
31+
validations:
32+
required: true
33+
- type: textarea
34+
id: appendix
35+
attributes:
36+
label: 其它与问题相关的信息
37+
description: Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

-21
This file was deleted.
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Feature request
2+
description: Suggest an idea for this project
3+
title: '[feature request]:'
4+
5+
body:
6+
- type: checkboxes
7+
id: issue_check
8+
attributes:
9+
label: 我已查看以往的issue并且没有找到类似的问题
10+
options:
11+
- label: I have checked the previous issues and there is no simular problems.
12+
required: true
13+
- type: textarea
14+
id: describe
15+
attributes:
16+
label: 请描述你的需求
17+
description: Describe your request.
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: solution
22+
attributes:
23+
label: 你想到的解决方案
24+
description: the solution you'd like

0 commit comments

Comments
 (0)