docs: fix empty issue filter for new contributors (#32560)
* docs: fix empty issue filter for new contributors The documentation link in the New Contributors and Experienced section was filtering by good first issue + domain:docs, which currently returns 0 results. I've updated the link to filter by area:documentation instead Signed-off-by: Ayush More <ayushmore42595@gmail.com> * Update LABELS.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Ayush More <ayushmore42595@gmail.com> * Update LABELS.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Ayush More <ayushmore42595@gmail.com> --------- Signed-off-by: Ayush More <ayushmore42595@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -127,7 +127,7 @@ This is a collection of common issue filters that can help you find issues that
|
||||
These issues are ideal for new contributors to get started and don't require much familiarity with Backstage.
|
||||
|
||||
- [Backend](https://github.com/backstage/backstage/issues?q=is%3Aopen%20is%3Aissue%20label%3A%22good%20first%20issue%22%20label%3A%22domain%3Abackend%22%20)
|
||||
- [Documentation](https://github.com/backstage/backstage/issues?q=is%3Aopen%20is%3Aissue%20label%3A%22good%20first%20issue%22%20label%3A%22domain%3Adocs%22%20)
|
||||
- [Documentation](https://github.com/backstage/backstage/issues?q=is%3Aopen%20is%3Aissue%20label%3A%22good%20first%20issue%22%20label%3A%22area%3Adocumentation%22)
|
||||
- [Tooling](https://github.com/backstage/backstage/issues?q=is%3Aopen%20is%3Aissue%20label%3A%22good%20first%20issue%22%20label%3A%22domain%3Atooling%22%20)
|
||||
- [Web](https://github.com/backstage/backstage/issues?q=is%3Aopen%20is%3Aissue%20label%3A%22good%20first%20issue%22%20label%3A%22domain%3Aweb%22%20)
|
||||
|
||||
@@ -136,7 +136,7 @@ These issues are ideal for new contributors to get started and don't require muc
|
||||
These issues generally require some familiarity with Backstage and the codebase, and are either open for or require contributions from the community.
|
||||
|
||||
- [Backend](<https://github.com/backstage/backstage/issues?q=is%3Aopen%20is%3Aissue%20(label%3Apriority%3Acontrib-welcome%20OR%20label%3Apriority%3Acontrib-needed)%20label%3A%22domain%3Abackend%22%20>)
|
||||
- [Documentation](<https://github.com/backstage/backstage/issues?q=is%3Aopen%20is%3Aissue%20(label%3Apriority%3Acontrib-welcome%20OR%20label%3Apriority%3Acontrib-needed)%20label%3A%22domain%3Adocs%22%20>)
|
||||
- [Documentation](<https://github.com/backstage/backstage/issues?q=is%3Aopen%20is%3Aissue%20(label%3Apriority%3Acontrib-welcome%20OR%20label%3Apriority%3Acontrib-needed)%20label%3A%22area%3Adocumentation%22>)
|
||||
- [Tooling](<https://github.com/backstage/backstage/issues?q=is%3Aopen%20is%3Aissue%20(label%3Apriority%3Acontrib-welcome%20OR%20label%3Apriority%3Acontrib-needed)%20label%3A%22domain%3Atooling%22%20>)
|
||||
- [Web](<https://github.com/backstage/backstage/issues?q=is%3Aopen%20is%3Aissue%20(label%3Apriority%3Acontrib-welcome%20OR%20label%3Apriority%3Acontrib-needed)%20label%3A%22domain%3Aweb%22%20>)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user