Categories
| Category | Reference | Focus | | ------------- | -------------------------------------------- | -------------------------------------- | | Quality | quality | Security, correctness, maintainability | | Regression | regression | Breaking changes, API compatibility | | Documentation | documentation | Code docs, changelogs, API specs | | Performance | performance | Optimization, efficiency |
Severity Levels
| Level | Icon | Criteria | Action | | ---------- | ---- | -------------------------------- | ---------- | | Critical | π΄ | Security, data loss, outage risk | Must fix | | Warning | π‘ | Bugs, bad practices | Should fix | | Suggestion | π΅ | Improvements | Consider |