diff --git a/.github/ISSUE_TEMPLATE/功能建议.md b/.github/ISSUE_TEMPLATE/功能建议.md new file mode 100644 index 00000000..9ed1c845 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/功能建议.md @@ -0,0 +1,20 @@ +--- +name: 功能建议 +about: 请告诉我们你的灵光一闪 +title: "[Feature] " +labels: '' +assignees: '' + +--- + +**这个功能与现有的问题有关吗?** +如果有关,请在此列出链接或者描述问题。 + +**你想要什么功能或者有什么建议?** +尽管告诉我们。 + +**有没有可以参考的同类竞品?** +可以给出参考产品的链接或者截图。 + +**其他信息** +可以说说你的其他考虑。 diff --git a/.github/ISSUE_TEMPLATE/反馈问题.md b/.github/ISSUE_TEMPLATE/反馈问题.md new file mode 100644 index 00000000..4545721e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/反馈问题.md @@ -0,0 +1,23 @@ +--- +name: 反馈问题 +about: 请告诉我们你遇到的问题 +title: "[Bug] " +labels: '' +assignees: '' + +--- + +**描述问题** +请在此描述你遇到了什么问题。 + +**如何复现** +请告诉我们你是通过什么操作触发的该问题。 + +**截图** +请在此提供控制台截图、屏幕截图或者服务端的 log 截图。 + +**一些必要的信息** + - 系统:[比如 windows 10/ macos 12/ linux / android 11 / ios 16] + - 浏览器: [比如 chrome, safari] + - 版本: [填写设置页面的版本号] + - 部署方式:[比如 vercel、docker 或者服务器部署]