From 9eb74802ad451516923e334bbb9f4d01664db913 Mon Sep 17 00:00:00 2001 From: tony <846249920@qq.com> Date: Fri, 6 Jan 2023 23:08:51 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20issue=E5=8F=91=E5=B8=96=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitee/ISSUE_TEMPLATE.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitee/ISSUE_TEMPLATE.md diff --git a/.gitee/ISSUE_TEMPLATE.md b/.gitee/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..607be2ef --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE.md @@ -0,0 +1,11 @@ +## 友情提示: 未按照模板填写直接删除 + +### 问题描述: + +### 代码&截图: +```java +public class xxx { + // 相关代码或报错信息 +} +``` +### 重现步骤: \ No newline at end of file