Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit 9ea3e92

Browse files
committed
Update issue templates
1 parent 892fdbe commit 9ea3e92

File tree

4 files changed

+144
-0
lines changed

4 files changed

+144
-0
lines changed
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
name: Bug report 错误报告
3+
about: Create a report to help us improve 创造一个报告以便更好地迭代
4+
5+
---
6+
7+
**Describe the bug**
8+
**描述你的问题**
9+
A clear and concise description of what the bug is.
10+
请简明清晰地描述您所遇到的问题
11+
12+
**To Reproduce**
13+
**复现步骤**
14+
Steps to reproduce the behavior:
15+
复现此问题的步骤
16+
URL 出现问题的网站地址:
17+
Console output 控制台输出:
18+
19+
1. Go to '...'
20+
打开'...'
21+
2. Click on '....'
22+
双击'...'
23+
3. Scroll down to '....'
24+
滑动到'...'
25+
4. See error of '...'
26+
发现'...'错误
27+
28+
**Expected behavior**
29+
**预期的行为**
30+
A clear and concise description of what you expected to happen.
31+
请简明清晰地描述此操作预期的结果
32+
33+
**Screenshots**
34+
**屏幕截图**
35+
If applicable, add screenshots to help explain your problem.
36+
如果可能, 请添加一些屏幕截图来更好地描述你的问题
37+
38+
**Environment (please complete the following information):**
39+
**环境信息(请务必填写下列信息)**
40+
- Device: [e.g. iPhone 6, PC]
41+
- OS操作系统: [e.g. iOS 8.1, Windows 10]
42+
- Browser浏览器 [e.g. Chrome 66, Safari 11.2]
43+
- live2d-widget: [e.g. 3.0.0]
44+
> use `npm ls live2d-widget` to get current plugin's version.
45+
使用 `npm ls live2d-widget` 来获取当前插件版本.
46+
- Command of loading加载命令:
47+
```js
48+
49+
L2Dwidget.init();
50+
51+
```
52+
53+
**Additional context**
54+
**额外的信息**
55+
Add any other context about the problem here.
56+
请在此处描述其他的内容
57+
58+
- [ ] I have alreday read instructions in [CONTRIBUTING](CONTRIBUTING.md).
59+
我已仔细阅读[CONTRIBUTING](CONTRIBUTING.md)中的相关内容。
60+
61+
- [ ] I have alreday read instructions in [README](../README.md).
62+
我已仔细阅读[README](../README.md)中的相关内容。
63+
64+
> Change the `[ ]` into `[x]` to show your acceptance.
65+
`[ ]` 变为 `[x]` 来表示你接受了这些问题。
66+
67+
@EYHN @xiazeyu

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
**Describe the bug**
8+
A clear and concise description of what the bug is.
9+
10+
**To Reproduce**
11+
Steps to reproduce the behavior:
12+
1. Go to '...'
13+
2. Click on '....'
14+
3. Scroll down to '....'
15+
4. See error
16+
17+
**Expected behavior**
18+
A clear and concise description of what you expected to happen.
19+
20+
**Screenshots**
21+
If applicable, add screenshots to help explain your problem.
22+
23+
**Desktop (please complete the following information):**
24+
- OS: [e.g. iOS]
25+
- Browser [e.g. chrome, safari]
26+
- Version [e.g. 22]
27+
28+
**Smartphone (please complete the following information):**
29+
- Device: [e.g. iPhone6]
30+
- OS: [e.g. iOS8.1]
31+
- Browser [e.g. stock browser, safari]
32+
- Version [e.g. 22]
33+
34+
**Additional context**
35+
Add any other context about the problem here.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Feature request 请求新功能
3+
about: Suggest an idea for this project 为我提一个新想法
4+
5+
---
6+
7+
**Is your feature request related to a problem? Please describe.**
8+
**你的新功能与某一个问题有关吗?**
9+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
10+
请简明清晰地描述你的问题, 例如: 我常常因为 [...] 而失望
11+
12+
**Describe the solution you'd like**
13+
**你的方案是**
14+
A clear and concise description of what you want to happen.
15+
请简明清晰地描述你的方案
16+
17+
**Describe alternatives you've considered**
18+
**一些你考虑过的替代方案有**
19+
A clear and concise description of any alternative solutions or features you've considered.
20+
请简明清晰地描述你的考虑过的替代方案或功能
21+
22+
**Additional context**
23+
**额外的信息**
24+
Add any other context or screenshots about the feature request here.
25+
请在此处描述其他的内容或者一些有关此功能的截图
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
**Is your feature request related to a problem? Please describe.**
8+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9+
10+
**Describe the solution you'd like**
11+
A clear and concise description of what you want to happen.
12+
13+
**Describe alternatives you've considered**
14+
A clear and concise description of any alternative solutions or features you've considered.
15+
16+
**Additional context**
17+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)