From 458b220d8ba335184502c3c693b2eb29654e536e Mon Sep 17 00:00:00 2001 From: Jiaju Zhuang Date: Thu, 29 Aug 2019 18:02:56 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/----.md | 15 +++++++++++++++ .github/ISSUE_TEMPLATE/bug--.md | 17 +++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/----.md create mode 100644 .github/ISSUE_TEMPLATE/bug--.md diff --git a/.github/ISSUE_TEMPLATE/----.md b/.github/ISSUE_TEMPLATE/----.md new file mode 100644 index 0000000..385f319 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/----.md @@ -0,0 +1,15 @@ +--- +name: 使用疑问 +about: 请先阅读“快速使用”,上面无法解决再提交问题 +title: '' +labels: help wanted +assignees: '' + +--- + +**请确认问题无法在“快速使用”上找到** +**请提供你的代码** +```java + 这里写你的代码 +``` +**请提供你的异常** diff --git a/.github/ISSUE_TEMPLATE/bug--.md b/.github/ISSUE_TEMPLATE/bug--.md new file mode 100644 index 0000000..b606264 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug--.md @@ -0,0 +1,17 @@ +--- +name: Bug反馈 +about: 反馈Bug +title: '' +labels: bug +assignees: zhuangjiaju + +--- + +**请确保这是一个Bug** +**触发场景描述** + +**触发Bug的代码** +```java + 这里写代码 +``` +**提示的异常或者没有达到的效果**