@@ -28,10 +28,10 @@ These labels describe the current status of an issue.
2828
2929| Label | Description |
3030| ------| ------------|
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. |
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
@@ -41,15 +41,16 @@ These labels describe the nature of the documentation issue or change.
4141
4242| Label | Description |
4343| ------| ------------|
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- | ` Enhancement ` | Improvements to clarity, structure, or examples. |
48- | ` UI/UX ` | Layout, readability, navigation, or visual issues on the docs site. |
49- | ` Formatting ` | Markdown, styling, or layout inconsistencies. |
50- | ` Broken link ` | Links that are broken, outdated, or redirect incorrectly. |
51- | ` Accessibility ` | Issues affecting usability for all users, including screen readers. |
52- | ` Invalid ` | Issue is not applicable, unclear, or outside the documentation scope. |
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. |
5354
5455---
5556
@@ -59,10 +60,10 @@ These labels indicate which part of the documentation site is affected.
5960
6061| Label | Description |
6162| ------| ------------|
62- | ` Docs website` | Global site layout, navigation, or theme-related issues. |
63- | ` Guides ` | Tutorials, walkthroughs, or learning-oriented content. |
64- | ` Reference ` | Feature references, explanations, or technical documentation. |
65- | ` Getting started` | Beginner onboarding and introductory documentation. |
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. |
6667
6768---
6869
@@ -73,7 +74,7 @@ These labels help contributors identify suitable issues.
7374| Label | Description |
7475| ------| ------------|
7576| ` good first issue ` | Simple, well-defined issues suitable for first-time contributors. |
76- | ` Needs help` | Maintainers are actively seeking community contributions. |
77+ | ` needs help` | Maintainers are actively seeking community contributions. |
7778
7879---
7980
@@ -83,9 +84,9 @@ These labels indicate the approximate level of effort required.
8384
8485| Label | Description |
8586| ------| ------------|
86- | ` Small ` | Minor edits or straightforward fixes. |
87- | ` Medium ` | Moderate work such as adding sections or restructuring content. |
88- | ` Large ` | Major documentation additions or multi-page updates. |
87+ | ` small ` | Minor edits or straightforward fixes. |
88+ | ` medium ` | Moderate work such as adding sections or restructuring content. |
89+ | ` large ` | Major documentation additions or multi-page updates. |
8990
9091---
9192
@@ -95,8 +96,8 @@ These labels indicate the approximate level of effort required.
9596
9697| Label | Description |
9798| ------| ------------|
98- | ` Review -ready` | Pull request is complete and ready for review. |
99- | ` Approved ` | Pull request has been reviewed and approved. |
99+ | ` review -ready` | Pull request is complete and ready for review. |
100+ | ` approved ` | Pull request has been reviewed and approved. |
100101
101102---
102103
0 commit comments