From ff2e7d27b16c79acf945fb52f028c9d68d301031 Mon Sep 17 00:00:00 2001 From: 625781186 <625781186@qq.com> Date: Sat, 27 Jul 2019 11:19:45 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/question---.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/question---.md b/.github/ISSUE_TEMPLATE/question---.md index 43fd254..2507755 100644 --- a/.github/ISSUE_TEMPLATE/question---.md +++ b/.github/ISSUE_TEMPLATE/question---.md @@ -1,7 +1,7 @@ --- name: Question/提问 about: Describe this issue template's purpose here./创建报告供帮助者复现你的问题 -title: "[问题]" +title: "[问题] (保留前面格式)" labels: '' assignees: '' @@ -12,6 +12,7 @@ assignees: '' - Python [e.g. 3.6.4 X64] - PyQt5 [e.g. 5.10.1] +( 读后删除以下段) **Describe the bug** or **Expected behavior** , **Additional context** and **Screenshots** A clear and concise description of what the bug is. @@ -22,4 +23,13 @@ Add any other context about the problem here. // 一次性把问题描述清楚 , 帮助者没时间一来一回地协助你描述清楚问题后再帮助你解决 ; // 2个来回后帮助者还不清楚你描述的问题 , 则会关闭提问. // 如果代码过长 , 请创建一个仓库并附上链接. +--- +如果需要贴代码 +格式: +
+标题 +``` +(代码段) +``` +
( 读后删除以上段)