diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3f3e13774..0df65d292 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -5,8 +5,10 @@ about: 报告缺陷以帮助我们改进 Report defects to help us improve ### 描述问题 Describe the problem + ````````markdown 如果是解析渲染问题的话请在此处贴入 Markdown 原文 @@ -15,16 +17,20 @@ If it is a problem of parsing and rendering, please post the original Markdown h ### 期待的结果 Expected result + ### 截屏或录像 Screenshot or video + ### 版本环境 Version environment @@ -34,5 +40,7 @@ If possible, please try to attach screenshots or videos to describe the problem ### 其他信息 Other information + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index fb44f12e1..c02387f7c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -5,20 +5,28 @@ about: 提出你期待的功能特性 Come up with the features you expect ### 你在什么场景下需要该功能? In what scenarios do you need this function? + ### 描述最优的解决方案 Describe the optimal solution + ### 描述候选解决方案 Describe the candidate solution + ### 其他信息 Other information + \ No newline at end of file