From f2a55dc7690674b458a5fd2439fe521cc9a5c9df Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Mon, 15 May 2023 17:22:52 +0800 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4e7a1fc53..b0a9888e5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -8,6 +8,7 @@ body: attributes: label: Installation Method | 安装方法与平台 options: + - Please choose | 请选择 - Pip Install (I used latest requirements.txt and python>=3.8) - Anaconda (I used latest requirements.txt and python>=3.8) - Docker(Windows/Mac) @@ -22,11 +23,19 @@ body: - type: textarea id: describe attributes: - label: Describe the bug & Screen Shot | 简述 与 有帮助的截图 - description: Describe the bug & Screen Shot | 简述 与 有帮助的截图 + label: Describe the bug | 简述 + description: Describe the bug | 简述 validations: required: true - + + - type: textarea + id: screenshot + attributes: + label: Screen Shot | 有帮助的截图 + description: Screen Shot | 有帮助的截图 + validations: + required: true + - type: textarea id: traceback attributes: