mirror of
https://github.com/codestable/CodeStable.git
synced 2026-09-19 09:03:09 +08:00
e98448b04d
- Updated SKILL.md files to reflect new naming conventions and project structure. - Changed references from easysdd to codestable in various documentation files. - Adjusted paths for requirements, roadmap, and tricks to align with the new structure. - Ensured consistency across all related documents and references.
953 B
953 B
decisions 参考模板
本文件提供 cs-decide 使用的 frontmatter、正文模板和示例。
1. frontmatter
---
doc_type: decision
category: tech-stack | architecture | constraint | convention
date: YYYY-MM-DD
slug: {英文描述,连字符分隔}
status: active | superseded | deprecated
superseded-by: {可选}
area: {受影响领域}
tags: []
---
文件名:codestable/compound/YYYY-MM-DD-decision-{slug}.md。
2. 正文模板
## 背景
## 决定
## 理由
## 考虑过的替代方案
## 后果
## 相关文档
考虑过的替代方案 和 相关文档 都是可选节。
3. 技术选型示例
---
doc_type: decision
category: tech-stack
date: 2026-04-11
slug: vite-as-bundler
status: active
area: frontend
tags: [vite, bundler, build-tool]
---
## 背景
项目启动时需要选择前端构建工具。
## 决定
使用 Vite 作为开发和生产构建工具。