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

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazeyu committed May 26, 2018
1 parent 9ea3e92 commit 59747f7
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 11 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/-----.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: 请求新功能
about: 为我提一个新想法

---

**你的新功能与某一个问题有关吗?**
请简明清晰地描述你的问题, 例如: 我常常因为 [...] 而失望

**你的方案是**
请简明清晰地描述你的方案

**一些你考虑过的替代方案有**
请简明清晰地描述你的考虑过的替代方案或功能

**额外的信息**
请在此处描述其他的内容或者一些有关此功能的截图
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/----.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
name: 错误报告
about: 创造一个报告以便更好地迭代

---

**描述你的问题**
请简明清晰地描述您所遇到的问题

**复现步骤**
复现此问题的步骤

出现问题的网站地址:
加载命令:
```js

L2Dwidget.init();

```
控制台输出:

1. 打开'...'
2. 双击'...'
3. 滑动到'...'
4. 发现'...'错误

**预期的行为**
请简明清晰地描述此操作预期的结果

**屏幕截图**
如果可能, 请添加一些屏幕截图来更好地描述你的问题

**环境信息(请务必填写下列信息)**
- 设备: [e.g. iPhone 6, PC]
- 操作系统: [e.g. iOS 8.1, Windows 10]
- 浏览器 [e.g. Chrome 66, Safari 11.2]
- live2d-widget: [e.g. 3.0.0]
> 使用 `npm ls live2d-widget` 来获取当前插件版本.
**额外的信息**
请在此处描述其他的内容

- [ ] 我已仔细阅读[CONTRIBUTING](CONTRIBUTING.md)中的相关内容。

- [ ] 我已仔细阅读[README](../README.md)中的相关内容。

> `[ ]` 变为 `[x]` 来表示我接受了这些问题。
@EYHN @xiazeyu
35 changes: 24 additions & 11 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,40 @@ A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
Command of loading:
```js

L2Dwidget.init();

```
URL:
Console output:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
4. See error of '...'

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Environment (please complete the following information):**
- Device: [e.g. iPhone 6, PC]
- OS: [e.g. iOS 8.1, Windows 10]
- Browser [e.g. Chrome 66, Safari 11.2]
- live2d-widget: [e.g. 3.0.0]
> use `npm ls live2d-widget` to get current plugin's version.
**Additional context**
Add any other context about the problem here.

- [ ] I have alreday read instructions in [CONTRIBUTING](CONTRIBUTING.md).

- [ ] I have alreday read instructions in [README](../README.md).

> Change the `[ ]` into `[x]` to show myacceptance.
@EYHN @xiazeyu

0 comments on commit 59747f7

Please sign in to comment.