Prioritized labels 0
Drag to reorder prioritized labels and change their relative priority.
Other labels 100
ADRApproved
OSDU Software
A decision that has been approved for an ADR, issue needs to be accompanied by Progress label KB::In Progress, KB::Done
ADRProposed
OSDU Software
A proposed solution for an issue that requires deliberation and changing of existing behavior
ADRRejected
OSDU Software
A decision that has been rejected for various technical and business reasons
ADRTrialing
OSDU Software
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 Software
The ADR has been raised in the community and respective contributor members have been notified to provide feedback and reviews.
Direct patch
OSDU Software
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 Software
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 Software / OSDU Data Platform
Used on MRs that have breaking changes, therefore requiring a major version bump on the next release.
ImpactMinor
OSDU Software / OSDU Data Platform
Used on MRs that have backwards-compatible new features, therefore requiring a minor version bump on the next release.
ImpactPatch
OSDU Software / OSDU Data Platform
Used on MRs that have bugfixes or optimizations with no changes to features, therefore requiring a patch version bump on the next release.