docs: replaces "comp: docs" label to "area: docs" (#49952)

Fixes #49951

PR Close #49952
This commit is contained in:
lonikadze 2023-04-20 14:34:39 +04:00 committed by Dylan Hunn
parent c029c678d9
commit da1ed98dfd

View file

@ -3,7 +3,7 @@
This topic describes how to select an Angular documentation issue to fix.
Angular documentation issues are stored in the **Issues** tab of the [angular/angular](https://github.com/angular/angular) repo.
Documentation issues can be identified by the `comp: docs` label and they are labeled by priority.
Documentation issues can be identified by the `area: docs` label and they are labeled by priority.
You are welcome to work on [any issue](#links-to-documentation-issues) that someone else isn't already working on.
If you know of a problem in the documentation that hasn't been reported, you can also [create a new documentation issue](https://github.com/angular/angular/issues/new?assignees=&labels=&template=3-docs-bug.yaml).
@ -23,14 +23,14 @@ After you select an issue to resolve:
| Links to documentation issues |
|:--- |
| [All open documentation issues](https://github.com/angular/angular/issues?q=is%3Aissue+is%3Aopen+label%3A%22comp%3A+docs%22) |
| [All open and unassigned documentation issues](https://github.com/angular/angular/issues?q=is%3Aissue+is%3Aopen+label%3A%22comp%3A+docs%22+no%3Aassignee+-label%3A"state%3A+has+PR") |
| [Unassigned good first documentation issues](https://github.com/angular/angular/issues?q=is%3Aissue+is%3Aopen+label%3A%22comp%3A+docs%22+label%3A%22good+first+issue%22+no%3Aassignee+-label%3A"state%3A+has+PR") |
| [Unassigned priority 1 documentation issues](https://github.com/angular/angular/issues?q=is%3Aissue+is%3Aopen+label%3A%22comp%3A+docs%22+label%3Ap1+no%3Aassignee+-label%3A"state%3A+has+PR") |
| [Unassigned priority 2 documentation issues](https://github.com/angular/angular/issues?q=is%3Aissue+is%3Aopen+label%3A%22comp%3A+docs%22+label%3Ap2+no%3Aassignee+-label%3A"state%3A+has+PR") |
| [Unassigned priority 3 documentation issues](https://github.com/angular/angular/issues?q=is%3Aissue+is%3Aopen+label%3A%22comp%3A+docs%22+label%3Ap3+no%3Aassignee+-label%3A"state%3A+has+PR") |
| [Unassigned priority 4 documentation issues](https://github.com/angular/angular/issues?q=is%3Aissue+is%3Aopen+label%3A%22comp%3A+docs%22+label%3Ap4+no%3Aassignee+-label%3A"state%3A+has+PR") |
| [Unassigned priority 5 documentation issues](https://github.com/angular/angular/issues?q=is%3Aissue+is%3Aopen+label%3A%22comp%3A+docs%22+label%3Ap5+no%3Aassignee+-label%3A"state%3A+has+PR") |
| [All open documentation issues](https://github.com/angular/angular/issues?q=is%3Aissue+is%3Aopen+label%3A%22area%3A+docs%22) |
| [All open and unassigned documentation issues](https://github.com/angular/angular/issues?q=is%3Aissue+is%3Aopen+label%3A%22area%3A+docs%22+no%3Aassignee+-label%3A"state%3A+has+PR") |
| [Unassigned good first documentation issues](https://github.com/angular/angular/issues?q=is%3Aissue+is%3Aopen+label%3A%22area%3A+docs%22+label%3A%22good+first+issue%22+no%3Aassignee+-label%3A"state%3A+has+PR") |
| [Unassigned priority 1 documentation issues](https://github.com/angular/angular/issues?q=is%3Aissue+is%3Aopen+label%3A%22area%3A+docs%22+label%3Ap1+no%3Aassignee+-label%3A"state%3A+has+PR") |
| [Unassigned priority 2 documentation issues](https://github.com/angular/angular/issues?q=is%3Aissue+is%3Aopen+label%3A%22area%3A+docs%22+label%3Ap2+no%3Aassignee+-label%3A"state%3A+has+PR") |
| [Unassigned priority 3 documentation issues](https://github.com/angular/angular/issues?q=is%3Aissue+is%3Aopen+label%3A%22area%3A+docs%22+label%3Ap3+no%3Aassignee+-label%3A"state%3A+has+PR") |
| [Unassigned priority 4 documentation issues](https://github.com/angular/angular/issues?q=is%3Aissue+is%3Aopen+label%3A%22area%3A+docs%22+label%3Ap4+no%3Aassignee+-label%3A"state%3A+has+PR") |
| [Unassigned priority 5 documentation issues](https://github.com/angular/angular/issues?q=is%3Aissue+is%3Aopen+label%3A%22area%3A+docs%22+label%3Ap5+no%3Aassignee+-label%3A"state%3A+has+PR") |
<!-- links -->