Spaces:
Runtime error
Runtime error
binary-husky
commited on
Commit
•
694f12c
1
Parent(s):
a075e96
Update bug_report.yml
Browse files
.github/ISSUE_TEMPLATE/bug_report.yml
CHANGED
@@ -9,8 +9,10 @@ body:
|
|
9 |
label: Installation Method | 安装方法与平台
|
10 |
options:
|
11 |
- Please choose | 请选择
|
12 |
-
- Pip Install (I
|
13 |
-
-
|
|
|
|
|
14 |
- Docker(Windows/Mac)
|
15 |
- Docker(Linux)
|
16 |
- Docker-Compose(Windows/Mac)
|
@@ -30,7 +32,20 @@ body:
|
|
30 |
- Others | 非最新版
|
31 |
validations:
|
32 |
required: true
|
33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
- type: textarea
|
35 |
id: describe
|
36 |
attributes:
|
|
|
9 |
label: Installation Method | 安装方法与平台
|
10 |
options:
|
11 |
- Please choose | 请选择
|
12 |
+
- Pip Install (I ignored requirements.txt)
|
13 |
+
- Pip Install (I used latest requirements.txt)
|
14 |
+
- Anaconda (I ignored requirements.txt)
|
15 |
+
- Anaconda (I used latest requirements.txt)
|
16 |
- Docker(Windows/Mac)
|
17 |
- Docker(Linux)
|
18 |
- Docker-Compose(Windows/Mac)
|
|
|
32 |
- Others | 非最新版
|
33 |
validations:
|
34 |
required: true
|
35 |
+
|
36 |
+
- type: dropdown
|
37 |
+
id: os
|
38 |
+
attributes:
|
39 |
+
label: OS | 操作系统
|
40 |
+
options:
|
41 |
+
- Please choose | 请选择
|
42 |
+
- Windows
|
43 |
+
- Mac
|
44 |
+
- Linux
|
45 |
+
- Docker
|
46 |
+
validations:
|
47 |
+
required: true
|
48 |
+
|
49 |
- type: textarea
|
50 |
id: describe
|
51 |
attributes:
|