Skip to content

Commit 3050d9c

Browse files
Align issue labels table formatting
1 parent 3153113 commit 3050d9c

1 file changed

Lines changed: 41 additions & 41 deletions

File tree

issue-labels.md

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -26,97 +26,97 @@ Issues covering multiple concerns should be split for clarity.
2626

2727
These labels describe the current status of an issue.
2828

29-
| Label | Description |
30-
|------|------------|
31-
| `pending` | Issue has been reported but not yet reviewed or categorized. |
32-
| `in progress` | Someone is actively working on resolving the issue. |
33-
| `blocked` | Progress is blocked due to missing information, decisions, or dependencies. |
34-
| `duplicate` | Issue already exists and is tracked elsewhere. |
29+
| Label | Description |
30+
|---------------|-----------------------------------------------------------------------------|
31+
| `pending` | Issue has been reported but not yet reviewed or categorized. |
32+
| `in progress` | Someone is actively working on resolving the issue. |
33+
| `blocked` | Progress is blocked due to missing information, decisions, or dependencies. |
34+
| `duplicate` | Issue already exists and is tracked elsewhere. |
3535

3636
---
3737

3838
## DOCUMENTATION ISSUE TYPE LABELS
3939

4040
These labels describe the nature of the documentation issue or change.
4141

42-
| Label | Description |
43-
|------|------------|
44-
| `missing content` | Required documentation pages, sections, or explanations are missing. |
45-
| `incorrect content` | Information is inaccurate, outdated, or misleading. |
46-
| `documentation` | General documentation-related updates or fixes. |
47-
| `feature` | Request for new functionality or capability. |
48-
| `enhancement` | Improvements to clarity, structure, or examples. |
49-
| `ui/ux` | Layout, readability, navigation, or visual issues on the docs site. |
50-
| `formatting` | Markdown, styling, or layout inconsistencies. |
51-
| `broken link` | Links that are broken, outdated, or redirect incorrectly. |
52-
| `accessibility` | Issues affecting usability for all users, including screen readers. |
53-
| `invalid` | Issue is not applicable, unclear, or outside the documentation scope. |
42+
| Label | Description |
43+
|----------------------|----------------------------------------------------------------------|
44+
| `missing content` | Required documentation pages, sections, or explanations are missing. |
45+
| `incorrect content` | Information is inaccurate, outdated, or misleading. |
46+
| `documentation` | General documentation-related updates or fixes. |
47+
| `feature` | Request for new functionality or capability. |
48+
| `enhancement` | Improvements to clarity, structure, or examples. |
49+
| `ui/ux` | Layout, readability, navigation, or visual issues on the docs site. |
50+
| `formatting` | Markdown, styling, or layout inconsistencies. |
51+
| `broken link` | Links that are broken, outdated, or redirect incorrectly. |
52+
| `accessibility` | Issues affecting usability for all users, including screen readers. |
53+
| `invalid` | Issue is not applicable, unclear, or outside the documentation scope.|
5454

5555
---
5656

5757
## PLATFORM / SITE AREA LABELS
5858

5959
These labels indicate which part of the documentation site is affected.
6060

61-
| Label | Description |
62-
|------|------------|
63-
| `docs website` | Global site layout, navigation, or theme-related issues. |
64-
| `guides` | Tutorials, walkthroughs, or learning-oriented content. |
65-
| `reference` | Feature references, explanations, or technical documentation. |
66-
| `getting started` | Beginner onboarding and introductory documentation. |
61+
| Label | Description |
62+
|-------------------|---------------------------------------------------------------|
63+
| `docs website` | Global site layout, navigation, or theme-related issues. |
64+
| `guides` | Tutorials, walkthroughs, or learning-oriented content. |
65+
| `reference` | Feature references, explanations, or technical documentation. |
66+
| `getting started` | Beginner onboarding and introductory documentation. |
6767

6868
---
6969

7070
## CONTRIBUTOR-FRIENDLY LABELS
7171

7272
These labels help contributors identify suitable issues.
7373

74-
| Label | Description |
75-
|------|------------|
74+
| Label | Description |
75+
|--------------------|-------------------------------------------------------------------|
7676
| `good first issue` | Simple, well-defined issues suitable for first-time contributors. |
77-
| `needs help` | Maintainers are actively seeking community contributions. |
77+
| `needs help` | Maintainers are actively seeking community contributions. |
7878

7979
---
8080

8181
## EFFORT / SCOPE ESTIMATION LABELS
8282

8383
These labels indicate the approximate level of effort required.
8484

85-
| Label | Description |
86-
|------|------------|
87-
| `small` | Minor edits or straightforward fixes. |
85+
| Label | Description |
86+
|----------|-----------------------------------------------------------------|
87+
| `small` | Minor edits or straightforward fixes. |
8888
| `medium` | Moderate work such as adding sections or restructuring content. |
89-
| `large` | Major documentation additions or multi-page updates. |
89+
| `large` | Major documentation additions or multi-page updates. |
9090

9191
---
9292

9393
## PULL REQUEST LABELS
9494

9595
### PR REVIEW STATUS
9696

97-
| Label | Description |
98-
|------|------------|
97+
| Label | Description |
98+
|----------------|------------------------------------------------|
9999
| `review-ready` | Pull request is complete and ready for review. |
100-
| `approved` | Pull request has been reviewed and approved. |
100+
| `approved` | Pull request has been reviewed and approved. |
101101

102102
---
103103

104104
### PR PRIORITY LEVELS
105105

106-
| Label | Description |
107-
|------|------------|
108-
| `p0` | Urgent documentation issue requiring immediate attention. |
109-
| `p1` | High-priority improvement but not blocking usage. |
110-
| `p2` | Normal priority documentation work. |
106+
| Label | Description |
107+
|-------|-----------------------------------------------------------|
108+
| `p0` | Urgent documentation issue requiring immediate attention. |
109+
| `p1` | High-priority improvement but not blocking usage. |
110+
| `p2` | Normal priority documentation work. |
111111

112112
---
113113

114114
## Documentation-Specific Labels
115115

116116
These are targeted for documentation.
117117

118-
| Label | Description |
119-
|------|-------------|
118+
| Label | Description |
119+
|---------------|------------------------------------------------------------|
120120
| `translation` | Translation-related work or issues with localized content. |
121121

122122
---

0 commit comments

Comments
 (0)