23 lines
442 B
Markdown
23 lines
442 B
Markdown
# {{SUBPROJECT_NAME}} Lessons Learned
|
|
|
|
{{SUBPROJECT_NAME}}-specific debugging experiences. See root LESSONS.md for shared lessons.
|
|
|
|
---
|
|
|
|
## Format
|
|
|
|
```
|
|
### [TAG] Short Title
|
|
**Problem**: What went wrong
|
|
**Investigation**: What was tried
|
|
**Root Cause**: Why it happened
|
|
**Solution**: How it was fixed
|
|
**Keywords**: searchable terms
|
|
```
|
|
|
|
Tags: [BUG], [CONFIG], [API], [LOGIC], [INTEGRATION]
|
|
|
|
---
|
|
|
|
<!-- Add subproject-specific lessons below -->
|