forked from Yanyutin753/lobe-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
👷 chore: update PR / issue template (lobehub#979)
* ⬆️ chore: upgrade pr / issue template * 👷 chore: upgrade issue template
- Loading branch information
Showing
8 changed files
with
113 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
name: '🐛 反馈缺陷' | ||
description: '反馈一个问题缺陷' | ||
title: '[Bug] ' | ||
labels: ['🐛 Bug'] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: '💻 系统环境' | ||
options: | ||
- Windows | ||
- macOS | ||
- Ubuntu | ||
- Other Linux | ||
- iOS | ||
- Android | ||
- Other | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
attributes: | ||
label: '📦 部署环境' | ||
options: | ||
- Official Preview | ||
- Vercel / Zeabur / Sealos | ||
- Docker | ||
- Other | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
attributes: | ||
label: '🌐 浏览器' | ||
options: | ||
- Chrome | ||
- Edge | ||
- Safari | ||
- Firefox | ||
- Other | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: '🐛 问题描述' | ||
description: 请提供一个清晰且简洁的问题描述。 | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: '🚦 期望结果' | ||
description: 请提供一个清晰且简洁的描述,说明您期望发生什么。 | ||
- type: textarea | ||
attributes: | ||
label: '📷 复现步骤' | ||
description: 请提供一个清晰且简洁的描述,说明如何复现问题。 | ||
- type: textarea | ||
attributes: | ||
label: '📝 补充信息' | ||
description: 如果您的问题需要进一步说明,或者您遇到的问题无法在一个简单的示例中复现,请在这里添加更多信息。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
name: '🌠 功能需求 Feature Request' | ||
description: '需求或建议 | Suggest an idea' | ||
name: '🌠 Feature Request' | ||
description: 'Suggest an idea' | ||
title: '[Request] ' | ||
labels: '🌠 Feature Request' | ||
labels: ['🌠 Feature Request'] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: '🥰 需求描述 | Feature Description' | ||
label: '🥰 Feature Description' | ||
description: Please add a clear and concise description of the problem you are seeking to solve with this feature request. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: '🧐 解决方案 | Proposed Solution' | ||
label: '🧐 Proposed Solution' | ||
description: Describe the solution you'd like in a clear and concise manner. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: '📝 补充信息 | Additional Information' | ||
label: '📝 Additional Information' | ||
description: Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: '🌠 功能需求' | ||
description: '提出需求或建议' | ||
title: '[Request] ' | ||
labels: ['🌠 功能需求'] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: '🥰 需求描述' | ||
description: 请添加一个清晰且简洁的问题描述,阐述您希望通过这个功能需求解决的问题。 | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: '🧐 解决方案' | ||
description: 请清晰且简洁地描述您想要的解决方案。 | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: '📝 补充信息' | ||
description: 在这里添加关于问题的任何其他背景信息。 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
contact_links: | ||
- name: Questions and ideas | 问题和想法 | ||
url: https://github.com/lobehub/lobe-chat/discussions/new/choose | ||
about: Please post questions, and ideas in discussions. | 请在讨论区发布问题和想法。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters