From 2248f64a7a38ddb39637d43bcabdd983a95a80be Mon Sep 17 00:00:00 2001 From: Haibo Date: Sat, 11 Aug 2018 16:49:22 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/----.md | 13 +++++++++++++ .github/ISSUE_TEMPLATE/--.md | 13 +++++++++++++ .github/ISSUE_TEMPLATE/bug---.md | 6 +++++- 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/----.md 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..600a2a68 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/----.md @@ -0,0 +1,13 @@ +--- +name: 提出疑问 +about: 使用 Easy2D 时有任何疑问,请选择这个模版 + +--- + +### 简述 + +用一两句话描述你的疑惑 + +### 环境 + +留下你使用的 Easy2D 版本号,以及系统、编译器等信息 diff --git a/.github/ISSUE_TEMPLATE/--.md b/.github/ISSUE_TEMPLATE/--.md new file mode 100644 index 00000000..e4438c08 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--.md @@ -0,0 +1,13 @@ +--- +name: 疑问 +about: 使用 Easy2D 时有任何疑问,请选择这个模版 + +--- + +### 简述 + +用一两句话描述你的疑惑 + +### 环境 + +留下你使用的 Easy2D 版本号,以及系统、编译器等信息 diff --git a/.github/ISSUE_TEMPLATE/bug---.md b/.github/ISSUE_TEMPLATE/bug---.md index 190f7b40..25447d64 100644 --- a/.github/ISSUE_TEMPLATE/bug---.md +++ b/.github/ISSUE_TEMPLATE/bug---.md @@ -1,6 +1,6 @@ --- name: Bug 报告 -about: 创建一个 Bug 报告,帮助 Easy2D 变得更好 +about: 创建一个 Bug 报告,请选择这个模版 --- @@ -18,3 +18,7 @@ about: 创建一个 Bug 报告,帮助 Easy2D 变得更好 ### 预期行为 描述一下你认为正常情况下应该发生什么 + +### 环境 + +留下你使用的 Easy2D 版本号,以及系统、编译器等信息