diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a13d875c..aa84c58c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug report description: Create a report to help us improve -labels: 需要核实 +labels: bug body: - type: textarea id: error @@ -30,7 +30,7 @@ body: id: log attributes: label: Log - description: Attaching any log files in the folder `Netch\logging` is strongly recommended. + description: Attaching any log files in the folder `logging` is strongly recommended. validations: required: true - type: textarea @@ -39,8 +39,8 @@ body: label: Environment render: txt placeholder: | - - OS: [e.g. Windows 10 Pro 64-bit 1903] - - Netch Version: [e.g. 1.0.0-STABLE.x64] + - OS: [e.g. Windows 10 x64 Professional Workstation 20H2 19042.928] + - Netch Version: [e.g. 1.0.0] validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/bug_report.zh-CN.yml b/.github/ISSUE_TEMPLATE/bug_report.zh-CN.yml index e93dc7cc..a645a499 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.zh-CN.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.zh-CN.yml @@ -1,6 +1,6 @@ name: 错误报告 description: 创建错误报告以帮助我们改进 -labels: 需要核实 +labels: bug body: - type: textarea id: error @@ -18,19 +18,11 @@ body: 2. ... validations: required: true - - type: checkboxes - id: captcha - attributes: - label: 验证 - description: 请确认下面选项 - options: - - label: 确保你已经看过 readme,也搜索并阅读过和你遇到的情况相关的问题。否则会被认为是重复的并被立刻关闭。 - required: true - type: textarea id: log attributes: label: 日志 - description: 强烈建议附上任何在 `Netch\logging` 文件夹下面的日志 + description: 强烈建议附上任何在 `logging` 文件夹下面的日志 validations: required: true - type: textarea @@ -39,8 +31,8 @@ body: label: 操作环境 render: txt placeholder: | - 操作系统:[Windows 10 专业版 64 位 1903] - 软件版本:[1.0.0-STABLE 64 位] + 操作系统:[Windows 10 x64 Professional Workstation 20H2 19042.928] + 软件版本:[1.0.0] validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 02ea746a..777f9c4e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,15 +1,7 @@ -name: request +name: Feature request description: Suggest an idea for this project -labels: 需要核实 +labels: enhancement body: - - type: checkboxes - id: captcha - attributes: - label: CAPTCHA - description: Please confirm the options below. - options: - - label: 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. - required: true - type: textarea id: description attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.zh-CN.yml b/.github/ISSUE_TEMPLATE/feature_request.zh-CN.yml index c46caedd..352a1aae 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.zh-CN.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.zh-CN.yml @@ -1,15 +1,7 @@ name: 功能请求 description: 建议这个项目的想法 -labels: 需要核实 +labels: enhancement body: - - type: checkboxes - id: captcha - attributes: - label: 验证 - description: 请确认下面选项 - options: - - label: 确保你已经看过 readme,也搜索并阅读过和你遇到的情况相关的问题。否则会被认为是重复的并被立刻关闭。 - required: true - type: textarea id: description attributes: