From d9faa42905c2f8dd91259c6543753128ec134169 Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Sat, 25 Jul 2020 08:46:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Eissue=E6=A8=A1=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitee/ISSUE_TEMPLATE.zh-CN.md | 24 ++++++++++++++++++++++++ .github/issue_template.md | 25 +++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 .gitee/ISSUE_TEMPLATE.zh-CN.md create mode 100644 .github/issue_template.md diff --git a/.gitee/ISSUE_TEMPLATE.zh-CN.md b/.gitee/ISSUE_TEMPLATE.zh-CN.md new file mode 100644 index 0000000..9105e0f --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE.zh-CN.md @@ -0,0 +1,24 @@ +# 环境 +- 操作系统: +- php 版本: +- thinkphp 版本: +- Mysql 版本: +- web 服务器: + +# 问题 +- 问题描述: +- 问题截图: + +# 结果 +- 实际结果: +- 预期结果: + +# 分析 +- 所做的尝试: + - + - + +# 方案: +- 解决方案: + +> 请在问题解决后关闭 issue \ No newline at end of file diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..d3c4293 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,25 @@ +# 环境 +- 操作系统: +- php 版本: +- thinkphp 版本: +- Mysql 版本: +- web 服务器: + +# 问题 +- 问题描述: + +- 问题截图: + +# 结果 +- 实际结果: +- 预期结果: + +# 分析 +- 所做的尝试: + - + - + +# 方案: +- 解决方案: + +> 请在问题解决后关闭 issue \ No newline at end of file