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

Update bug_report.yml

Browse files
.github/ISSUE_TEMPLATE/bug_report.yml CHANGED
@@ -8,14 +8,14 @@ body:
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
 
 
8
  attributes:
9
  label: Installation Method | 安装方法与平台
10
  options:
11
+ - Pip Install (I used latest requirements.txt and python>=3.8)
12
+ - Anaconda (I used latest requirements.txt and python>=3.8)
13
  - Docker(Windows/Mac)
14
  - Docker(Linux)
15
  - Docker-Compose(Windows/Mac)
16
  - Docker-Compose(Linux)
17
  - Huggingface
18
+ - Others (Please Describe)
19
  validations:
20
  required: true
21