From a2dd639c3cbc59a7a1a11d2fe02a523f7f3019ad Mon Sep 17 00:00:00 2001 From: Jiaju Zhuang Date: Thu, 29 Aug 2019 20:28:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9issue=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 | 10 ---------- .github/ISSUE_TEMPLATE/1question.md | 18 ++++++++++++++++++ .github/ISSUE_TEMPLATE/{bug--.md => 2bug.md} | 0 .../ISSUE_TEMPLATE/{----1.md => 3suggest.md} | 0 4 files changed, 18 insertions(+), 10 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/----.md create mode 100644 .github/ISSUE_TEMPLATE/1question.md rename .github/ISSUE_TEMPLATE/{bug--.md => 2bug.md} (100%) rename .github/ISSUE_TEMPLATE/{----1.md => 3suggest.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/----.md b/.github/ISSUE_TEMPLATE/----.md deleted file mode 100644 index 53af6e2..0000000 --- a/.github/ISSUE_TEMPLATE/----.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: 给出建议 -about: 给出一些建议的能 -title: '' -labels: suggest -assignees: '' - ---- - -**建议描述** diff --git a/.github/ISSUE_TEMPLATE/1question.md b/.github/ISSUE_TEMPLATE/1question.md new file mode 100644 index 0000000..bb30c51 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1question.md @@ -0,0 +1,18 @@ +name: 使用疑问 +about: 请先阅读“快速使用”,上面无法解决再提交问题 +name: 给出建议 +about: 给出一些建议的能 +title: '' +labels: help wanted +labels: suggest +assignees: '' + +--- + +**异常代码** +```java + 这里写你的代码 +``` +**异常提示** +请提供完整的异常提示 +**建议描述** \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug--.md b/.github/ISSUE_TEMPLATE/2bug.md similarity index 100% rename from .github/ISSUE_TEMPLATE/bug--.md rename to .github/ISSUE_TEMPLATE/2bug.md diff --git a/.github/ISSUE_TEMPLATE/----1.md b/.github/ISSUE_TEMPLATE/3suggest.md similarity index 100% rename from .github/ISSUE_TEMPLATE/----1.md rename to .github/ISSUE_TEMPLATE/3suggest.md -- GitLab