From 93748469eb77c8480a658af40ae3b4cf0d2d006f Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Thu, 6 Apr 2023 14:07:18 +0800 Subject: [PATCH] =?UTF-8?q?issue=E6=A0=BC=E5=BC=8F=E8=A6=81=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE.md | 16 ++++++++++++++++ .gitignore | 1 - 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..7d63997 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,16 @@ +##### 版本号: + + +##### 问题描述: + + +##### 截图&代码: + + + + +#### 友情提示(为了提高issue处理效率): + - 未按格式要求发帖,会被直接删掉; + - 请自己初判问题描述是否清楚,是否方便我们调查处理; + - 描述过于简单或模糊,导致无法处理的,会被直接删掉; + diff --git a/.gitignore b/.gitignore index 50546c8..3f1dfba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ node_modules .DS_Store -.github dist .npmrc .cache