Files
meme-api/.github/ISSUE_TEMPLATE/bug_report.md
shumengya 1975e51960 docs: 完善仓库文档(README / LICENSE / CONTRIBUTING / CHANGELOG / Issue 与 PR 模板)
- README.md: 仓库门面,含特性、API 文档、快速开始、部署、目录结构、协议

- LICENSE: MIT,约束代码

- ASSET_LICENSE.md: CC BY-NC-SA 4.0,约束表情包素材

- CONTRIBUTING.md: 投稿流程、commit 与分支规范、PR 自检清单

- CHANGELOG.md: Keep a Changelog 格式,1.0.0 首发条目

- .gitignore: 补充 macOS/Windows/IDE/Python/日志等忽略项

- .github/ISSUE_TEMPLATE/: bug / feature / question 三个模板

- .github/PULL_REQUEST_TEMPLATE.md: 含素材来源声明与自检清单
2026-06-04 22:03:02 +08:00

57 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: 🐛 Bug 报告
about: 报告一个让你遇到问题的 bug前端 / API / 构建 / 素材缺失等)
title: '[Bug] '
labels: bug
assignees: ''
---
## 描述
简洁清晰地描述这个 bug 是什么。
## 复现步骤
1. 打开 `https://meme.smyhub.com/...`
2. 点击 `...`
3. 选择 `...`
4. 看到 `...` 而预期是 `...`
## 预期行为
你**期望**发生什么。
## 实际行为
实际发生了什么?错误信息、控制台报错、网络请求等。
## 截图 / 录屏
如果有的话,附上(拖拽到下面即可)。
## 环境
- 浏览器 / 版本:例如 Chrome 125.0 / Safari 17.5 / Firefox 127
- 操作系统:例如 Windows 11 / macOS 14 / iOS 17 / Android 14
- 设备:例如 PC / iPhone 14 / 小米 14
- 页面 URL例如 https://meme.smyhub.com/#白色小人
- 影响的素材路径(如果是某张图坏了):例如 `白色小人/123.webp`
## 浏览器控制台
> 打开 DevToolsF12→ Console 标签,把相关报错贴上来。
```
// 在此粘贴
```
## 额外信息
任何其他可能有用的上下文。
## 检查清单
- [ ] 我已经搜索过 [已有 Issue](https://github.com/shumengya/meme-api/issues?q=is%3Aissue) 确认没人提过
- [ ] 如果是素材问题,确认是仓库里 / 站点上都看不到,而不是我本地缓存
- [ ] 我没有在 Issue 里包含任何个人敏感信息