-
Notifications
You must be signed in to change notification settings - Fork 3
干净环境完整跑一次 Quick Start 并修订文档 #27
Copy link
Copy link
Closed
Labels
area:docsDocumentation, guides, and contributor docsDocumentation, guides, and contributor docsstatus:readyTriaged and ready to pick upTriaged and ready to pick uptype:maintenanceRefactor, tooling, chores, or non-user-facing upkeepRefactor, tooling, chores, or non-user-facing upkeep
Metadata
Metadata
Assignees
Labels
area:docsDocumentation, guides, and contributor docsDocumentation, guides, and contributor docsstatus:readyTriaged and ready to pick upTriaged and ready to pick uptype:maintenanceRefactor, tooling, chores, or non-user-facing upkeepRefactor, tooling, chores, or non-user-facing upkeep
Problem
README.md:127-141已有 Quick Start 文本,但 CI 的 Docker job 仅验证docker compose config / build,没有覆盖docker compose up+ 登录 + 跑通最小闭环。当前没有"在干净环境完整跑通"的真实证据,新用户首次试用时容易踩到不被 CI 捕获的坑。Proposed Change
docker compose up成功启动README.md/src/README.md/docs/Why It Matters
对早期开源项目,"真实可跑通"比"多写几页说明"更重要。这件事的过程会暴露真 bug 和文档错漏,是发 v0.1.0 release 前的关键校验。
Additional Context
type:bugissue;文案/步骤错漏 → 单独开type:maintenance文档 issue