forked from ChatGPTNextWeb/NextChat
-
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.
- Loading branch information
Showing
2 changed files
with
43 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: 功能建议 | ||
about: 请告诉我们你的灵光一闪 | ||
title: "[Feature] " | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**这个功能与现有的问题有关吗?** | ||
如果有关,请在此列出链接或者描述问题。 | ||
|
||
**你想要什么功能或者有什么建议?** | ||
尽管告诉我们。 | ||
|
||
**有没有可以参考的同类竞品?** | ||
可以给出参考产品的链接或者截图。 | ||
|
||
**其他信息** | ||
可以说说你的其他考虑。 |
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,23 @@ | ||
--- | ||
name: 反馈问题 | ||
about: 请告诉我们你遇到的问题 | ||
title: "[Bug] " | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**描述问题** | ||
请在此描述你遇到了什么问题。 | ||
|
||
**如何复现** | ||
请告诉我们你是通过什么操作触发的该问题。 | ||
|
||
**截图** | ||
请在此提供控制台截图、屏幕截图或者服务端的 log 截图。 | ||
|
||
**一些必要的信息** | ||
- 系统:[比如 windows 10/ macos 12/ linux / android 11 / ios 16] | ||
- 浏览器: [比如 chrome, safari] | ||
- 版本: [填写设置页面的版本号] | ||
- 部署方式:[比如 vercel、docker 或者服务器部署] |