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