:octocat: 加入 GitHub Issue 模板
This commit is contained in:
parent
fc74dbe852
commit
1bb3607b7f
2 changed files with 16 additions and 0 deletions
8
.github/ISSUE_TEMPLATE/bug_report.md
vendored
8
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -5,8 +5,10 @@ about: 报告缺陷以帮助我们改进 Report defects to help us improve
|
|||
|
||||
### 描述问题 Describe the problem
|
||||
|
||||
<!--
|
||||
请尽量清晰精准地描述你碰到的问题。
|
||||
Please describe your problem as clearly and accurately as possible.
|
||||
-->
|
||||
|
||||
````````markdown
|
||||
如果是解析渲染问题的话请在此处贴入 Markdown 原文
|
||||
|
@ -15,16 +17,20 @@ If it is a problem of parsing and rendering, please post the original Markdown h
|
|||
|
||||
### 期待的结果 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
|
||||
|
||||
|
@ -34,5 +40,7 @@ If possible, please try to attach screenshots or videos to describe the problem
|
|||
|
||||
### 其他信息 Other information
|
||||
|
||||
<!--
|
||||
请提供其他附加信息帮助我们诊断问题。
|
||||
Please provide other additional information to help us diagnose the problem.
|
||||
-->
|
8
.github/ISSUE_TEMPLATE/feature_request.md
vendored
8
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -5,20 +5,28 @@ 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 candidate solution
|
||||
|
||||
<!--
|
||||
请尽量清晰精准地描述你能接受的候选解决方案。
|
||||
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