Understand the issue lifecycle
mainOnce an issue is reported on GitHub, it follows this lifecycle:
- Verification & Categorization: A collaborator verifies the issue and applies labels such as
bug,enhancement,documentation, orquestion. - Triage: The issue is assessed for criticality and work effort (size estimate). Once triaged, it is labeled as
acknowledged. - Backlog: The issue is queued for development. Fixes are linked to the issue number in the relevant commit messages.
- Resolution: The issue is closed once addressed, or closed if it is tracked elsewhere or deemed non-actionable.