From 2dd65af9f0d20d56f8105801ec40fc0477b85c6b Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Mon, 8 May 2023 18:42:52 +0800 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index fb00290db..7a3c51ba2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -8,12 +8,14 @@ body: attributes: label: Installation Method | 安装方法与平台 options: - - Pip (我确认使用了最新的requirements.txt安装依赖) - - Anaconda (我确认使用了最新的requirements.txt安装依赖) + - Pip (please confirm: used latest requirements.txt) + - Anaconda (please confirm: used latest requirements.txt) - Docker(Windows/Mac) - Docker(Linux) - Docker-Compose(Windows/Mac) - Docker-Compose(Linux) + - Huggingface + - Others validations: required: true