Expand description
Classify issue-tracker bugs into a portable set of categories.
The BugKind enum is the shared vocabulary across trackers —
CVEs, FTBFS / FTI, update requests, etc. Per-tracker submodules
implement the classification logic for their tracker’s specific
conventions (keywords, aliases, blocks relationships, labels,
etc.). Currently only Bugzilla is supported; GitLab / GitHub /
others can be added alongside as new submodules.
Modules§
- bugzilla
- Bugzilla-specific bug classification.
Enums§
- BugKind
- Tracker-agnostic bug category.