Skip to content

Commit 79a3e8c

Browse files
committed
order alphabetically
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent e2d037d commit 79a3e8c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/github-labels.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
We use GitHub labels to categorize PRs. Before a PR can be merged, it must be assigned one of the following **kind/** labels:
44

5-
- **kind/enhancement** - For PRs that introduce new features or improve existing functionality. This label also applies to improvements in documentation, testing, and similar areas. Any changes must be backward-compatible.
65
- **kind/bugfix** - For PRs that fix bugs.
7-
- **kind/refactor** - For PRs that restructure or remove code without adding new functionality. This label also applies to changes that affect user-facing APIs.
86
- **kind/dependencies** - For PRs that update dependencies or related components.
7+
- **kind/enhancement** - For PRs that introduce new features or improve existing functionality. This label also applies to improvements in documentation, testing, and similar areas. Any changes must be backward-compatible.
8+
- **kind/refactor** - For PRs that restructure or remove code without adding new functionality. This label also applies to changes that affect user-facing APIs.
99

1010
---
1111

@@ -14,8 +14,8 @@ We use GitHub labels to categorize PRs. Before a PR can be merged, it must be as
1414
Issues are categorized using the following three **GitHub types** (not GitHub labels):
1515

1616
- **bug** - Reports an unexpected problem or incorrect behavior.
17-
- **enhancement** - Suggests a new feature, improvement, or idea.
1817
- **design** - Relates to design considerations or decisions.
18+
- **enhancement** - Suggests a new feature, improvement, or idea.
1919

2020
To track the lifecycle of issues, we also use GitHub labels:
2121

@@ -29,25 +29,26 @@ To track the lifecycle of issues, we also use GitHub labels:
2929

3030
The following labels should be applied to issues prior to closing, indicating the resolution status of the issue:
3131

32-
- **lifecycle/fixed** - The issue has been resolved.
3332
- **lifecycle/duplicate** - The issue is a duplicate of another issue.
33+
- **lifecycle/fixed** - The issue has been resolved.
3434
- **lifecycle/not-a-bug** - The issue is not considered a bug, and no further action is needed.
3535
- **lifecycle/wont-fix** - The issue will not be fixed.
3636

3737
In addition to lifecycle labels, we use the following labels to further categorize issues:
3838

39-
- **question** - The issue is a question or request for information.
40-
- **help-wanted** - The issue is a request for help or assistance.
4139
- **good-first-issue** - The issue is suitable for new contributors or those looking for a simple task to start with.
40+
- **help-wanted** - The issue is a request for help or assistance.
41+
- **question** - The issue is a question or request for information.
4242

4343
---
4444

4545
# **Issues & PRs**
4646

4747
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, and are not mandatory.
4848

49-
- **area/documentation** - Related to documentation updates or improvements.
5049
- **area/API** - Related to the API or public interface.
50+
- **area/dependencies** - Concerns dependencies or related components. This label is different from **kind/dependencies**, which should only used for PRs.
51+
- **area/documentation** - Related to documentation updates or improvements.
5152
- **area/infrastructure** - Concerns infrastructure rather than core functionality.
5253
- **area/performance** - Addresses performance.
5354
- **area/security** - Involves security-related changes or fixes.

0 commit comments

Comments
 (0)