From 2d85e78b774e78072ebeb908048336538d6e58f9 Mon Sep 17 00:00:00 2001 From: Bruce Wayne Date: Wed, 21 Apr 2021 09:22:12 +0800 Subject: [PATCH] Drop old issue template --- .github/ISSUE_TEMPLATE/bug_report.md.off | 32 ------------------- .../ISSUE_TEMPLATE/bug_report.zh-CN.md.off | 29 ----------------- .github/ISSUE_TEMPLATE/feature_request.md.off | 16 ---------- .../feature_request.zh-CN.md.off | 15 --------- 4 files changed, 92 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md.off delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.zh-CN.md.off delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md.off delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.zh-CN.md.off diff --git a/.github/ISSUE_TEMPLATE/bug_report.md.off b/.github/ISSUE_TEMPLATE/bug_report.md.off deleted file mode 100644 index 024207a6..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md.off +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: 'Bug report' -about: 'Create a report to help us improve' -title: '' -labels: '需要核实' -assignees: '' - ---- - -**Make sure you have read the readme, searched and read the issues related to yours. Otherwise it will be considered as a duplicate which will be closed immediately.** - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: - -1. Open Netch -2. ... - -**Log** -Attaching any log files in the folder `Netch\logging` is strongly recommended. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Environment (please complete the following information):** -- OS: [e.g. Windows 10 Pro 64-bit 1903] -- Netch Version: [e.g. 1.0.0-STABLE.x64] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.zh-CN.md.off b/.github/ISSUE_TEMPLATE/bug_report.zh-CN.md.off deleted file mode 100644 index 39cdb067..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.zh-CN.md.off +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: '错误报告' -about: '创建错误报告以帮助我们改进' -title: '' -labels: '需要核实' -assignees: '' - ---- - -**确保你已经看过 readme,也搜索并阅读过和你遇到的情况相关的问题。否则会被认为是重复的并被立刻关闭。** - -**错误描述** -对错误的清晰简洁描述 - -**复现步骤** -1. 打开 Netch 软件 -2. ... - -**日志** -强烈建议附上任何在 `Netch\logging` 文件夹下面的日志。 - -**错误截图** -如果适用,请添加屏幕截图以帮助解释您的问题 - -**信息** -- 操作系统:[例如 Windows 10 专业版 64 位 1903] -- 软件版本:[例如 1.0.0-STABLE 64 位] - -**额外信息** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md.off b/.github/ISSUE_TEMPLATE/feature_request.md.off deleted file mode 100644 index 0f807906..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md.off +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: 'Feature request' -about: 'Suggest an idea for this project' -title: '' -labels: 'Status: Review Needed' -assignees: '' - ---- - -**Make sure you have read the readme, searched and read the issues related to yours. Otherwise it will be considered as a duplicate which will be closed immediately.** - -**Describe the feature you want** -A clear and concise description of what you want to happen. - -**Additional context** (Optional) -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.zh-CN.md.off b/.github/ISSUE_TEMPLATE/feature_request.zh-CN.md.off deleted file mode 100644 index 6bfee2ea..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.zh-CN.md.off +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: '功能请求' -about: '建议这个项目的想法' -title: '' -labels: 'Status: Review Needed' -assignees: '' - ---- - -**确保你已经看过 readme,也搜索并阅读过和你遇到的情况相关的问题。否则会被认为是重复的并被立刻关闭。** - -**功能描述** -简明扼要地描述需要的功能 - -**额外信息** \ No newline at end of file