From 2eebcb0ca6c026121f0f3850a769e2e8d11256f5 Mon Sep 17 00:00:00 2001 From: virusdefender <1670873886@qq.com> Date: Thu, 18 Feb 2016 09:22:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0issue=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/issue_template.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/issue_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 00000000..179b38ab --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,11 @@ +在提交issue之前请 + + - 认真阅读文档 http://qingdaou.github.io/OnlineJudge/ + - 搜索和查看历史issues + +然后提交issue请写清楚下列事项 + + - 进行什么操作的时候遇到了什么问题 + - 错误提示是什么,如果看不到错误提示,请去log文件夹查看。大段的错误提示请包在代码块标记里面。 + - 你尝试修复问题的操作 + - 页面问题请写清浏览器版本,尽量有截图 \ No newline at end of file