binary-husky commited on
Commit
2dd65af
1 Parent(s): f8209e5

Update bug_report.yml

Browse files
.github/ISSUE_TEMPLATE/bug_report.yml CHANGED
@@ -8,12 +8,14 @@ body:
8
  attributes:
9
  label: Installation Method | 安装方法与平台
10
  options:
11
- - Pip (我确认使用了最新的requirements.txt安装依赖)
12
- - Anaconda (我确认使用了最新的requirements.txt安装依赖)
13
  - Docker(Windows/Mac)
14
  - Docker(Linux)
15
  - Docker-Compose(Windows/Mac)
16
  - Docker-Compose(Linux)
 
 
17
  validations:
18
  required: true
19
 
 
8
  attributes:
9
  label: Installation Method | 安装方法与平台
10
  options:
11
+ - Pip (please confirm: used latest requirements.txt)
12
+ - Anaconda (please confirm: used latest requirements.txt)
13
  - Docker(Windows/Mac)
14
  - Docker(Linux)
15
  - Docker-Compose(Windows/Mac)
16
  - Docker-Compose(Linux)
17
+ - Huggingface
18
+ - Others
19
  validations:
20
  required: true
21