From b750459e479d4a99e7365b0b8eb74a9e85f67440 Mon Sep 17 00:00:00 2001 From: mikumifa <99951454+mikumifa@users.noreply.github.com> Date: Thu, 25 Apr 2024 21:17:58 +0800 Subject: [PATCH] Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 4343354..0ffe1ec 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -14,18 +14,11 @@ body: required: true - type: input attributes: - label: 系统环境 - description: 操作系统、系统架构。 - placeholder: 例如: CentOS x64、Windows11 + label: 版本 + description: 下载release里面程序的版本。 + placeholder: 例如 v1.0.0 validations: required: true - - type: input - attributes: - label: Python环境 - description: 运行程序的Python版本,(若有) - placeholder: 例如: Python 3.10 - validations: - required: false - type: textarea attributes: label: 异常情况 @@ -35,6 +28,6 @@ body: - type: textarea attributes: label: 报错信息 - description: 请提供完整的**控制台**报错信息(若有) + description: 请提供完整的**控制台**报错信息(若有)以及 相关的log文件(去除敏感信息) validations: required: false