From 1bb3607b7f912e17bc168d3c40420a2cc476af5b Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Mon, 16 Nov 2020 11:43:16 +0800 Subject: [PATCH] =?UTF-8?q?:octocat:=20=E5=8A=A0=E5=85=A5=20GitHub=20Issue?= =?UTF-8?q?=20=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 8 ++++++++ 2 files changed, 16 insertions(+) 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