:octocat: 加入 GitHub Issue 模板
This commit is contained in:
parent
ac45feab86
commit
9f033fb08c
2 changed files with 62 additions and 0 deletions
38
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
38
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,38 @@
|
|||
---
|
||||
name: 报告缺陷 Bug Report
|
||||
about: 报告缺陷以帮助我们改进 Report defects to help us improve
|
||||
---
|
||||
|
||||
### 描述问题 Describe the problem
|
||||
|
||||
请尽量清晰精准地描述你碰到的问题。
|
||||
Please describe your problem as clearly and accurately as possible.
|
||||
|
||||
````````markdown
|
||||
如果是解析渲染问题的话请在此处贴入 Markdown 原文
|
||||
````````
|
||||
|
||||
### 期待的结果 Expected result
|
||||
|
||||
请尽量清晰精准地描述你所期待的结果。
|
||||
Please be as clear and accurate as possible to describe the results you are looking for.
|
||||
|
||||
### 截屏或录像 Screenshot or video
|
||||
|
||||
如果可能,请尽量附加截图或录像来描述你遇到的问题。
|
||||
If possible, please try to attach screenshots or videos to describe the problem you are experiencing.
|
||||
|
||||
(Windows 下推荐使用 [Screen2Gif](https://www.screentogif.com/) 进行录屏。如果是编辑器输入相关问题,使用 Screen2Gif 录制结束后请打开`图像 - 按键`)
|
||||
(It is recommended to use [Screen2Gif](https://www.screentogif.com/) to record the screen under Windows. If it is related to the editor input, please open the `Image - Key Strokes` after recording with Screen2Gif)
|
||||
|
||||
### Version environment
|
||||
|
||||
* 版本 Version:
|
||||
* 操作系统 Operating system:
|
||||
* 浏览器(如果使用)Browser (if used):
|
||||
|
||||
### 其他信息 Other information
|
||||
|
||||
请提供其他附加信息帮助我们诊断问题。
|
||||
Please provide other additional information to help us diagnose the problem.
|
||||
|
24
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
name: 请求新功能 Request new features
|
||||
about: 提出你期待的功能特性 Come up with the features you expect
|
||||
---
|
||||
|
||||
### 你在什么场景下需要该功能? In what scenarios do you need this function?
|
||||
|
||||
请尽量清晰精准地描述你期待的功能和应用场景。
|
||||
Please describe the functions and application scenarios you expect as clearly and accurately as possible.
|
||||
|
||||
### 描述最优的解决方案 Describe the optimal solution
|
||||
|
||||
请尝试描述最优的解决方案,也许已经有类似软件实现了该特性,也请列出给我们参考。
|
||||
Please try to describe the best solution. There may be similar software that implements this feature. Please also list it for our reference.
|
||||
|
||||
### 描述你认为的候选方案 Describe the candidates you think
|
||||
|
||||
请尽量清晰精准地描述你能接受的候选解决方案。
|
||||
Please describe the candidate solutions you can accept as clearly and accurately as possible.
|
||||
|
||||
### 其他信息 Other information
|
||||
|
||||
请提供关于该功能建议的其他附加信息。
|
||||
Please provide any additional information about this feature suggestion.
|
Loading…
Add table
Reference in a new issue