Prioritized labels 0
Drag to reorder prioritized labels and change their relative priority.
Other labels 100
ADRApproved
OSDU
A decision that has been approved for an ADR, issue needs to be accompanied by Progress label KB::In Progress, KB::Done
ADRProposed
OSDU
A proposed solution for an issue that requires deliberation and changing of existing behavior
ADRTrialing
OSDU
A trialing prototype that has been spiked while pending final approval for the ADR. This step is needed for complex proposal that is hard to estimate on paper.
ADRUnder review
OSDU
The ADR has been raised in the community and respective contributor members have been notified to provide feedback and reviews.
Breaking Change
OSDU
This issue / MR indicates that the issue / code changes presents a breaking change, potentially affecting compatibility or existing functionality. A mitigation strategy must be communicated, providing guidance on how to adapt or resolve the breaking change for affected users or systems.
Direct patch
OSDU
This label is used to indicate a MR that is a direct patch into a release branch for fixing an issue without a merge in main/master branch
Hotfix
OSDU
This label is used to indicate cherry picks into previous releases for fixing an issue, this is for backporting patches in up to N-2 releases.
ImpactMajor
OSDU / OSDU Data Platform
Used on MRs that have breaking changes, therefore requiring a major version bump on the next release.
ImpactMinor
OSDU / OSDU Data Platform
Used on MRs that have backwards-compatible new features, therefore requiring a minor version bump on the next release.