21 lines
332 B
Markdown
21 lines
332 B
Markdown
|
|
# Known Errors
|
||
|
|
|
||
|
|
## Open Errors
|
||
|
|
- (none)
|
||
|
|
|
||
|
|
## Resolved Errors
|
||
|
|
- (none)
|
||
|
|
|
||
|
|
## Won't Fix
|
||
|
|
- (none)
|
||
|
|
|
||
|
|
## Error Log Format
|
||
|
|
```
|
||
|
|
### Error: <title>
|
||
|
|
- Status: open | in_progress | resolved | wont_fix
|
||
|
|
- Discovered: <timestamp>
|
||
|
|
- Severity: critical | high | medium | low
|
||
|
|
- Context: <description>
|
||
|
|
- Resolution: <how it was fixed or workaround>
|
||
|
|
```
|