diff --git a/.github/ISSUE_TEMPLATE/----.md b/.github/ISSUE_TEMPLATE/----.md new file mode 100644 index 0000000000000000000000000000000000000000..385f3198a95a26a4d227023c9e64a5904d6b4e55 --- /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 0000000000000000000000000000000000000000..b6062646391cf0b72ed866e6a58fb8ff82b47878 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug--.md @@ -0,0 +1,17 @@ +--- +name: Bug反馈 +about: 反馈Bug +title: '' +labels: bug +assignees: zhuangjiaju + +--- + +**请确保这是一个Bug** +**触发场景描述** + +**触发Bug的代码** +```java + 这里写代码 +``` +**提示的异常或者没有达到的效果**