Skip to content

Commit 728c0c6

Browse files
authored
🔨 chore: Update github issue (#6202)
* Update 1_bug_report_cn.yml * Update 1_bug_report.yml
1 parent 373a24c commit 728c0c6

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

.github/ISSUE_TEMPLATE/1_bug_report.yml

+11-2
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,27 @@ labels: ['🐛 Bug']
55
body:
66
- type: dropdown
77
attributes:
8-
label: '📦 Environment'
8+
label: '📦 Platform'
99
multiple: true
1010
options:
1111
- 'Official Preview'
1212
- 'Vercel'
1313
- 'Zeabur'
1414
- 'Sealos'
1515
- 'Netlify'
16-
- 'Docker'
16+
- 'Self hosting Docker'
1717
- 'Other'
1818
validations:
1919
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
2029
- type: input
2130
attributes:
2231
label: '📌 Version'

.github/ISSUE_TEMPLATE/1_bug_report_cn.yml

+9
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ body:
1717
- 'Other'
1818
validations:
1919
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
2029
- type: input
2130
attributes:
2231
label: '📌 软件版本'

0 commit comments

Comments
 (0)