From b325eb0da442ace7fb09e07f594867f70a1c9b65 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: Mon, 29 Nov 2021 17:36:17 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/-------.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/bug-report.md | 29 ---------------------------- 2 files changed, 10 insertions(+), 29 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/-------.md delete mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/-------.md b/.github/ISSUE_TEMPLATE/-------.md new file mode 100644 index 00000000..461ce76a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-------.md @@ -0,0 +1,10 @@ +--- +name: "[ 新功能 ]" +about: 新功能 +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md deleted file mode 100644 index 767a666d..00000000 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**描述错误** -描述下您遇到的问题 - -**如何复现** -有明确复现步骤的问题会很容易被解决 - -**预期行为** -清晰简洁的描述您期望发生的事情 - -**截图** - - -**环境信息:** - - 1. 部署方式 wvp-pro docker / zlm(docker) + 编译wvp-pro/ wvp-prp + zlm都是编译部署/ - - 2. 部署环境 windows / ubuntu/ centos ... - - 3. 端口开放情况 - - 4. 是否是公网部署 - - 5. 是否使用https - - 6. 方便的话提供下使用的设备品牌或平台 - - 7. 你做过哪些尝试