From 4078f0a6c8853d254405a6490c3eeb361fef68c2 Mon Sep 17 00:00:00 2001 From: fit2cloudrd Date: Fri, 25 Jun 2021 17:08:46 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/----.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/bug---.md | 22 ++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/----.md create mode 100644 .github/ISSUE_TEMPLATE/bug---.md diff --git a/.github/ISSUE_TEMPLATE/----.md b/.github/ISSUE_TEMPLATE/----.md new file mode 100644 index 0000000000..c77b266750 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/----.md @@ -0,0 +1,10 @@ +--- +name: 问题咨询 +about: 提出针对本项目安装部署、使用及其他方面的相关问题 +title: "[Question]" +labels: 类型:提问 +assignees: xuwei-fit2cloud + +--- + +**请描述您的问题.** diff --git a/.github/ISSUE_TEMPLATE/bug---.md b/.github/ISSUE_TEMPLATE/bug---.md new file mode 100644 index 0000000000..8e60e11da7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug---.md @@ -0,0 +1,22 @@ +--- +name: Bug 提交 +about: 提交产品缺陷帮助我们更好的改进 +title: "[Bug]" +labels: 类型:bug +assignees: tjlygdx + +--- + +**DataEase 版本** + + +**浏览器版本** + + +**Bug 描述** + + +**Bug 重现步骤(有截图更好)** +1. +2. +3.