|
| 1 | +# **PRs** |
| 2 | + |
| 3 | +To categorize PRs, we use GitHub labels. Before a PR can be merged, it must be assigned one of the following four labels, as these labels are used to generate automatic release notes: |
| 4 | + |
| 5 | +- **kind/enhancement** – For PRs that add new features or improve existing functionality. |
| 6 | +- **kind/breaking-change** – For PRs that introduce changes that alter existing behavior. |
| 7 | +- **kind/bugfix** – For PRs that resolve bugs. |
| 8 | +- **kind/ignore** – For PRs that do not fit into the above categories and should be excluded from release notes, such as documentation updates, CI/CD tweaks, or minor test adjustments. |
| 9 | + |
| 10 | +--- |
| 11 | + |
| 12 | +# **Issues** |
| 13 | + |
| 14 | +Issues are categorized using the following three **GitHub types** (not GitHub labels): |
| 15 | + |
| 16 | +- **bug** – Reports an unexpected problem or incorrect behavior. |
| 17 | +- **enhancement** – Suggests a new feature, improvement, or idea. |
| 18 | +- **design** – Relates to design considerations or decisions. |
| 19 | + |
| 20 | +To track the lifecycle of issues, we also use GitHub labels: |
| 21 | + |
| 22 | +- **lifecycle/needs-review** – A temporary label indicating that the issue has not yet been reviewed. |
| 23 | +- **lifecycle/confirmed** – Confirms the issue’s validity: |
| 24 | + - If the issue type is **bug**, the bug has been verified. |
| 25 | + - If the issue type is **enhancement**, the proposal has been deemed ready for implementation. |
| 26 | + - 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). |
| 28 | + |
| 29 | +--- |
| 30 | + |
| 31 | +# **Issues & PRs** |
| 32 | + |
| 33 | +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. |
| 34 | + |
| 35 | +- **area/testing** – Related to tests or testing infrastructure. |
| 36 | +- **area/infrastructure** – Concerns infrastructure rather than core functionality. |
| 37 | +- **area/documentation** – Related to documentation updates or improvements. |
| 38 | +- **area/performance** – Addresses performance. |
| 39 | +- **area/security** – Involves security-related changes or fixes. |
| 40 | +- **area/dependencies** – Relates to dependency management and updates. |
0 commit comments