From 3f251e45713fa79f384a04e4dd3182702ad2b33e Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Mon, 8 May 2023 18:45:23 +0800 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7a3c51ba2..4e7a1fc53 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -8,14 +8,14 @@ body: attributes: label: Installation Method | 安装方法与平台 options: - - Pip (please confirm: used latest requirements.txt) - - Anaconda (please confirm: used latest requirements.txt) + - Pip Install (I used latest requirements.txt and python>=3.8) + - Anaconda (I used latest requirements.txt and python>=3.8) - Docker(Windows/Mac) - Docker(Linux) - Docker-Compose(Windows/Mac) - Docker-Compose(Linux) - Huggingface - - Others + - Others (Please Describe) validations: required: true