File tree 2 files changed +20
-2
lines changed
2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,27 @@ labels: ['🐛 Bug']
5
5
body :
6
6
- type : dropdown
7
7
attributes :
8
- label : ' 📦 Environment '
8
+ label : ' 📦 Platform '
9
9
multiple : true
10
10
options :
11
11
- ' Official Preview'
12
12
- ' Vercel'
13
13
- ' Zeabur'
14
14
- ' Sealos'
15
15
- ' Netlify'
16
- - ' Docker'
16
+ - ' Self hosting Docker'
17
17
- ' Other'
18
18
validations :
19
19
required : true
20
+ - type : dropdown
21
+ attributes :
22
+ label : ' 📦 Deploymenet mode'
23
+ multiple : true
24
+ options :
25
+ - ' client db (lobe-chat image)'
26
+ - ' server db(lobe-chat-database image)'
27
+ validations :
28
+ required : true
20
29
- type : input
21
30
attributes :
22
31
label : ' 📌 Version'
Original file line number Diff line number Diff line change 17
17
- ' Other'
18
18
validations :
19
19
required : true
20
+ - type : dropdown
21
+ attributes :
22
+ label : ' 📦 部署模式'
23
+ multiple : true
24
+ options :
25
+ - ' 客户端模式(lobe-chat 镜像)'
26
+ - ' 服务端模式(lobe-chat-database 镜像)'
27
+ validations :
28
+ required : true
20
29
- type : input
21
30
attributes :
22
31
label : ' 📌 软件版本'
You can’t perform that action at this time.
0 commit comments