Files
jiang13-forum/docs/issue-templates.md
freefire 58b94df50c chore: 主题改媒体查询并清理未挂载 API
去掉 head 防闪脚本;删除论坛 JSON CRUD 与 crawler,仅保留机器入口;用户向文档对齐 SSR。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-30 05:10:23 +08:00

66 lines
1.0 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.
# Issue 预填模板
以下可直接复制到本仓库 Issues 创建。本分支为 **SSR**`rebuild/gitea-ssr`);对照 SPA 请注明 `main`
---
## Issue · Bug 模板
**标题:** `[Bug] 简短描述`
**标签:** `bug` `ui/ux`
**正文:**
### 问题描述
(一句话)
### 复现步骤
1.
2.
### 期望行为 / 实际行为
### 相关代码(若已知)
- 模板:`templates/…`
- 路由:`routers/web/…`
- 样式/脚本:`web_src/…`
### 环境
- 分支:`rebuild/gitea-ssr`(或 `main` SPA
- 浏览器 / OS
---
## Issue · 功能增强模板
**标题:** `[Feature] 简短描述`
**标签:** `enhancement`
**正文:**
### 要解决的问题
### 现状
| 能力 | 状态 |
| --- | --- |
| 规格(`docs/rebuild-spec` | ✅ / ❌ |
| SSR 页面 / 表单 | ✅ / ❌ |
| 业务 `services/` | ✅ / ❌ |
### 期望方案
1.
2.
### 相关代码
- `routers/web/``templates/``services/`
- 规格:`docs/rebuild-spec/02-features.md` / `06-pages-ux.md`