-
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
1 parent
4f4e113
commit 3c7a823
Showing
2 changed files
with
88 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,42 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[BUG]" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Describe the bug 描述你遇到的错误 | ||
|
||
A clear and concise description of what the bug is. | ||
一段简短的对于你遇到的错误的描述. | ||
|
||
### Expected behavior 期待的行为 | ||
|
||
A clear and concise description of what you expected to happen. | ||
一段简短的对于你期待的行为的描述. | ||
|
||
### Screenshots 屏幕截图 | ||
|
||
If applicable, add screenshots to help explain your problem. | ||
如果可以的话, 提供屏幕截图对解决问题很有帮助. | ||
|
||
### Build Environment 构建环境 | ||
|
||
- OS: [e.g. Windows 11, macOS, Ubuntu] | ||
- Theme version/commit [e.g. 0.2.0, 2ccba79] | ||
- Hugo version [e.g. 0.69.0] | ||
|
||
Please try to use Hugo **extended** version before opening the issue. | ||
请在创建 issue 之前先尝试使用 Hugo **extended** 版本构建. | ||
|
||
### Preview Environment 预览环境 | ||
|
||
- OS: [e.g. Windows 11, macOS, Ubuntu, iOS, Android] | ||
- Browser type/version [e.g. Chrome 103.0.5060.53, Safari 15.5, Edge 103.0.1264.37, Firefox 102.0] | ||
|
||
### Additional Information 补充信息 | ||
|
||
Configuration files or front matter code... | ||
配置文件或者前置参数的代码... |
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,46 @@ | ||
--- | ||
name: 添加项目 | ||
about: Suggest a product for this project | ||
title: "[ADD PRODUCT]【你想要添加的项目名称】" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### NOTICE 需知 | ||
|
||
- [ ] 我已搜索网站已有的项目,issue 区,和 PR 区,确认没有人提出同样的内容 | ||
- [ ] 我会遵照下方的指引填写完整相关信息,完成所有【TODO】内容的填写 | ||
|
||
### Describe the product you want 描述你想添加的项目 | ||
|
||
1. 项目名:【TODO】 | ||
|
||
2. 适用模态:【TODO】 | ||
💡请优先从已有的模态中选择,如果确定是新模态,我们也会相应添加 | ||
|
||
3. 项目可用地区:【TODO】 | ||
💡国内或海外 | ||
|
||
4. 项目适用场景:【TODO】 | ||
💡 请优先从已有的场景中选择,如果确定是新场景,我们也会相应添加 | ||
|
||
5. 摘要描述信息:【TODO】 | ||
💡 简短一些,30 字以内 | ||
|
||
6. 项目 logo / logo 下载链接:【TODO】 | ||
💡 可以把 logo 图像附在 issue 中,或是提供 logo 的图像链接 | ||
|
||
7. 你对该项目的评级:【TODO】 | ||
💡 0~5 之间的一个星级,5 表示同类产品内遥遥领先,4 表示同类优秀水平,3 表示该行业平均水平,2 和 1 表示不推荐使用和不建议收录 | ||
|
||
8. 项目官网:【TODO】 | ||
|
||
#### Detailed Introduction 详细介绍信息 | ||
💡在这里详细的介绍你所推荐的产品,包括他的用途,能力,和相关参考资料 | ||
【TODO】 | ||
|
||
### Useful reference 有价值的参考 | ||
|
||
If available, provide useful links to fulfill the feature. | ||
如果可以的话, 提供实现这个功能的相关参考链接. |