mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 09:37:28 +00:00
This commit introduces new components, modules, and features related to chat, sessions, and settings. It includes modifications to configuration files, updates to dependencies, adjustments to styles and layouts, and additions of new components and modules. The changes also involve updates to functions, interfaces, selectors, actions, and reducers. Additionally, there are modifications to TypeScript interfaces and types, as well as changes to parameters and functions in certain files.
45 lines
1.3 KiB
YAML
45 lines
1.3 KiB
YAML
name: '🐛 反馈缺陷 Bug Report'
|
|
description: '反馈一个问题缺陷 | Report an bug'
|
|
title: '[Bug] '
|
|
labels: '🐛 Bug'
|
|
body:
|
|
- type: dropdown
|
|
attributes:
|
|
label: '💻 系统环境 | Operating System'
|
|
options:
|
|
- Windows
|
|
- macOS
|
|
- Ubuntu
|
|
- Other Linux
|
|
- Other
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
attributes:
|
|
label: '🌐 浏览器 | Browser'
|
|
options:
|
|
- Chrome
|
|
- Edge
|
|
- Safari
|
|
- Firefox
|
|
- Other
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: '🐛 问题描述 | Bug Description'
|
|
description: A clear and concise description of the bug.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: '🚦 期望结果 | Expected Behavior'
|
|
description: A clear and concise description of what you expected to happen.
|
|
- type: textarea
|
|
attributes:
|
|
label: '📷 复现步骤 | Recurrence Steps'
|
|
description: A clear and concise description of how to recurrence.
|
|
- type: textarea
|
|
attributes:
|
|
label: '📝 补充信息 | Additional Information'
|
|
description: If your problem needs further explanation, or if the issue you're seeing cannot be reproduced in a gist, please add more information here.
|