andygrove opened a new pull request, #3812:
URL: https://github.com/apache/datafusion-comet/pull/3812
## Which issue does this PR close?
N/A - new documentation.
## Rationale for this change
We have 60+ open bugs with no systematic way to prioritize them. Critical
correctness bugs (silent wrong results) were sitting alongside minor CI flakes
with no differentiation. This makes it hard for contributors to know where to
focus.
## What changes are included in this PR?
- New contributor guide page `docs/source/contributor-guide/bug_triage.md`
documenting:
- Priority labels (`priority:critical`, `priority:high`,
`priority:medium`, `priority:low`) with definitions and a decision tree
- Area labels (`area:writer`, `area:shuffle`, `area:aggregation`,
`area:scan`, `area:expressions`, `area:ffi`, `area:ci`)
- Triage process for new and existing issues
- Prioritization principles (correctness over crashes, user-reported over
test-only, core path over experimental)
- Common bug categories with examples
- Added the new page to the contributor guide table of contents
Note: The corresponding GitHub labels have already been created and applied
to all 60 open bugs.
## How are these changes tested?
Documentation-only change. No code changes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]