This repository has been archived by the owner on Jan 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 471
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
147 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,12 @@ | ||
# Issue | ||
|
||
## Environment 环境信息 | ||
|
||
Your system version: | ||
您的系统版本: | ||
|
||
Your browser version: | ||
您的浏览器版本: | ||
|
||
### plugin version 插件版本 | ||
|
||
hexo-helper-live2d: | ||
|
||
> use `npm ls hexo-helper-live2d` to get current plugin's version. | ||
使用 `npm ls hexo-helper-live2d` 来获取当前插件版本. | ||
|
||
config in `_config.yml`: | ||
`_config.yml` 中的配置: | ||
|
||
```yaml | ||
|
||
``` | ||
|
||
## Description 问题描述 | ||
|
||
URL: | ||
出现问题的网站地址: | ||
|
||
Console output: | ||
控制台输出: | ||
|
||
Screenshot(if have): | ||
截图(如果有): | ||
|
||
### Expected behavior 预期行为 | ||
|
||
### Actual behavior 实际行为 | ||
|
||
### Steps to reproduce the behavior 复现步骤 | ||
|
||
1. | ||
|
||
2. | ||
|
||
3. | ||
|
||
- [ ] I have alreday read instructions in [CONTRIBUTING](CONTRIBUTING.md). | ||
我已仔细阅读[CONTRIBUTING](CONTRIBUTING.md)中的相关内容。 | ||
|
||
- [ ] I have alreday read instructions in [README](../README.md). | ||
我已仔细阅读[README](../README.zh-CN.md)中的相关内容。 | ||
我已仔细阅读[README](../README.md)中的相关内容。 | ||
|
||
> Change the `[ ]` into `[x]` to show your acceptance. | ||
将 `[ ]` 变为 `[x]` 来表示你接受了这些问题。 | ||
> Change the `[ ]` into `[x]` to show my acceptance. | ||
将 `[ ]` 变为 `[x]` 来表示我接受了这些问题。 | ||
|
||
@EYHN @xiazeyu | ||
@xiazeyu @EYHN |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
name: 错误报告 | ||
about: 创造一个报告以便更好地迭代 | ||
|
||
--- | ||
|
||
**描述你的问题** | ||
请简明清晰地描述您所遇到的问题 | ||
|
||
**复现步骤** | ||
复现此问题的步骤 | ||
|
||
出现问题的网站地址: | ||
`_config.yml` 中的配置: | ||
|
||
```yaml | ||
|
||
live2d: | ||
|
||
``` | ||
控制台输出: | ||
1. 打开'...' | ||
2. 双击'...' | ||
3. 滑动到'...' | ||
4. 发现'...'错误 | ||
**预期的行为** | ||
请简明清晰地描述此操作预期的结果 | ||
**屏幕截图** | ||
如果可能, 请添加一些屏幕截图来更好地描述你的问题 | ||
**环境信息(请务必填写下列信息)** | ||
- 设备: [e.g. iPhone 6, PC] | ||
- 操作系统: [e.g. iOS 8.1, Windows 10] | ||
- 浏览器 [e.g. Chrome 66, Safari 11.2] | ||
- hexo-helper-live2d: [e.g. 3.0.0] | ||
> 使用 `npm ls hexo-helper-live2d` 来获取当前插件版本. | ||
|
||
**额外的信息** | ||
请在此处描述其他的内容 | ||
|
||
- [ ] 我已仔细阅读[CONTRIBUTING](CONTRIBUTING.md)中的相关内容。 | ||
|
||
- [ ] 我已仔细阅读[README](../README.md)中的相关内容。 | ||
|
||
> 将 `[ ]` 变为 `[x]` 来表示我接受了这些问题。 | ||
|
||
@EYHN @xiazeyu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
|
||
config in `_config.yml`: | ||
|
||
```yaml | ||
|
||
live2d: | ||
|
||
``` | ||
URL: | ||
Console output: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
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. | ||
**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] | ||
- hexo-helper-live2d: [e.g. 3.0.0] | ||
> use `npm ls hexo-helper-live2d` 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: 请求新功能 | ||
about: 为我提一个新想法 | ||
|
||
--- | ||
|
||
**你的新功能与某一个问题有关吗?** | ||
请简明清晰地描述你的问题, 例如: 我常常因为 [...] 而失望 | ||
|
||
**你的方案是** | ||
请简明清晰地描述你的方案 | ||
|
||
**一些你考虑过的替代方案有** | ||
请简明清晰地描述你的考虑过的替代方案或功能 | ||
|
||
**额外的信息** | ||
请在此处描述其他的内容或者一些有关此功能的截图 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
Fix # , Re #. | ||
# Pull request | ||
|
||
Changes proposed in this pr: | ||
Fix # , Re # . | ||
|
||
Changes proposed in this pr: | ||
此pr的改变: | ||
|
||
- | ||
- . | ||
|
||
- [ ] I have alreday read instructions in [CONTRIBUTING](./CONTRIBUTING.md). | ||
我已仔细阅读[CONTRIBUTING](./CONTRIBUTING.md)中的相关内容。 | ||
|
||
- [ ] *NOT NECESSARY* I'm sure that this pr works properly in my testing environment. | ||
*非必需* 提交的更改在我的测试环境运行正常 | ||
|
||
> Change the `[ ]` into `[x]` to show your acceptance. | ||
将 `[ ]` 变为 `[x]` 来表示你接受了这些问题。 | ||
> Change the `[ ]` into `[x]` to show my acceptance. | ||
将 `[ ]` 变为 `[x]` 来表示我接受了这些问题。 | ||
|
||
@EYHN @xiazeyu | ||
@xiazeyu @EYHN |