Labels can be applied to issues, merge requests, and epics. Group labels are available for any project within the group.
Labels 102
-
ADRApprovedOSDU SoftwareA decision that has been approved for an ADR, issue needs to be accompanied by Progress label KB::In Progress, KB::Done
-
ADRProposedOSDU SoftwareA proposed solution for an issue that requires deliberation and changing of existing behavior
-
ADRRejectedOSDU SoftwareA decision that has been rejected for various technical and business reasons
-
ADRTrialingOSDU SoftwareA 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 reviewOSDU SoftwareThe ADR has been raised in the community and respective contributor members have been notified to provide feedback and reviews.
-
Direct patchOSDU SoftwareThis 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
-
HotfixOSDU SoftwareThis 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.
-
ImpactMajorOSDU Software / OSDU Data PlatformUsed on MRs that have breaking changes, therefore requiring a major version bump on the next release.
-
ImpactMinorOSDU Software / OSDU Data PlatformUsed on MRs that have backwards-compatible new features, therefore requiring a minor version bump on the next release.
-
ImpactPatchOSDU Software / OSDU Data PlatformUsed on MRs that have bugfixes or optimizations with no changes to features, therefore requiring a patch version bump on the next release.