Skip to content

Commit a53d8e0

Browse files
committed
Add lifecycle/blocked and sort area/*
1 parent 618772d commit a53d8e0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/github-labels.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,18 @@ To track the lifecycle of issues, we also use GitHub labels:
2424
- If the issue type is **bug**, the bug has been verified.
2525
- If the issue type is **enhancement**, the proposal has been deemed ready for implementation.
2626
- This label does not indicate when the fix or enhancement will be implemented. Unconfirmed issues are typically closed with an explanatory comment.
27-
- **lifecycle/needs-info** – The issue requires additional information from the original poster (OP).
27+
- **lifecycle/needs-info** – The issue requires additional information from the original poster (OP).
28+
- **lifecycle/blocked** - The issue is blocked by another issue or external factor.
2829

2930
---
3031

3132
# **Issues & PRs**
3233

3334
In addition to **kind/*** labels, we use optional **area/*** labels to specify the focus of a PR or issue. These labels are purely for categorization, are not mandatory, and are not used for release notes.
3435

35-
- **area/testing** – Related to tests or testing infrastructure.
36-
- **area/infrastructure** – Concerns infrastructure rather than core functionality.
36+
- **area/dependencies** – Relates to dependency management and updates.
3737
- **area/documentation** – Related to documentation updates or improvements.
38+
- **area/infrastructure** – Concerns infrastructure rather than core functionality.
3839
- **area/performance** – Addresses performance.
3940
- **area/security** – Involves security-related changes or fixes.
40-
- **area/dependencies**Relates to dependency management and updates.
41+
- **area/testing**Related to tests or testing infrastructure.

0 commit comments

Comments
 (0)