agent-Specialization/奇奇怪怪的bug/README.md

29 lines
487 B
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.

# 诡异 Bug 记录模板
每次遇到诡异问题时,在本目录新增一份 `yyyy-mm-dd_hhmmss_<简短主题>.md` 文件,内容按下列格式填写。
## 模板
```md
# 诡异Bug记录
- 诡异程度☆☆☆☆☆0~5星
- 发现时间YYYY-MM-DD HH:MM:SS
- 场景/模块:
- 关联模型:
## 描述
(简述现象与影响)
## Debug 过程
1.
2.
3.
## 找到的问题
(最终定位的根因)
## 修复方案
(最终修复手段与关键点)
```