From 87613bf39bcf120459cbebb561453c8f51c2683d Mon Sep 17 00:00:00 2001 From: Ayush More Date: Tue, 3 Feb 2026 19:23:58 +0530 Subject: [PATCH] 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 * Update LABELS.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Ayush More * Update LABELS.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Ayush More --------- Signed-off-by: Ayush More Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- LABELS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LABELS.md b/LABELS.md index 8e9a55feef..cd2d19e6d5 100644 --- a/LABELS.md +++ b/LABELS.md @@ -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]() -- [Documentation]() +- [Documentation]() - [Tooling]() - [Web]()