From 915b6b27e3265669a093d1ca74d892b68aef5aa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=8B=E9=81=93=E6=BA=90=E7=A0=81?= Date: Sun, 22 May 2022 14:01:51 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/custom.md | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/custom.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 000000000..f48eacc9a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,34 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + +### 基本信息 + +- ruoyi-vue-pro 版本: +- 操作系统: +- 数据库: + +### 复现步骤 + +第一步, + +第二步, + +第三步, + +### 报错信息 + +[截图] + +[截图] + +--- + +建议:项目不是很难,碰到问题时,建议先花 2-4 小时的时间进行自查。 + +Issue 中如果带上自己的分析,可以被更快更高效的解决。