From 442ee54937dbebb2dcb244f1c3043e52528ce5b0 Mon Sep 17 00:00:00 2001 From: Miro <200482516+Mirochill@users.noreply.github.com> Date: Tue, 19 May 2026 21:29:15 +0200 Subject: [PATCH 1/2] Fix contributing guide label links --- docs/contributing.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/contributing.md b/docs/contributing.md index 186833bb8c1..0e26ffb1b5d 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -111,8 +111,7 @@ constantly evolving, and this means that sometimes our documentation has gaps. Y editing the existing content to be more accessible, or creating new content such as tutorials, FAQs, etc. {{% note %}} -GitHub [Discussions](https://github.com/python-poetry/poetry/discussions) and the -[kind/question label](https://github.com/python-poetry/poetry/labels/kind/question) are excellent sources for FAQ +GitHub [Discussions] and the [kind/question label] are excellent sources for FAQ candidates. {{% /note %}} @@ -265,8 +264,8 @@ pipx install --suffix @pr1234 git+https://github.com/python-poetry/poetry.git@re [Documentation]: {{< ref "/docs" >}} [FAQ]: {{< relref "faq" >}} [Issue Tracker]: https://github.com/python-poetry/poetry/issues - [area/docs label]: https://github.com/python-poetry/poetry/labels/area/docs - [kind/question label]: https://github.com/python-poetry/poetry/labels/kind/question + [area/docs label]: https://github.com/python-poetry/poetry/labels/area%2Fdocs + [kind/question label]: https://github.com/python-poetry/poetry/labels/kind%2Fquestion [Issue Template]: https://github.com/python-poetry/poetry/issues/new/choose [Discussions]: https://github.com/python-poetry/poetry/discussions [Discord]: https://discord.com/invite/awxPgve From af9f0b1a66bfede219fbda51a956d992c69f1316 Mon Sep 17 00:00:00 2001 From: Miro <200482516+Mirochill@users.noreply.github.com> Date: Sat, 23 May 2026 09:24:32 +0200 Subject: [PATCH 2/2] Fix note label link rendering --- docs/contributing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing.md b/docs/contributing.md index 0e26ffb1b5d..4d5ce2ee83b 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -111,7 +111,8 @@ constantly evolving, and this means that sometimes our documentation has gaps. Y editing the existing content to be more accessible, or creating new content such as tutorials, FAQs, etc. {{% note %}} -GitHub [Discussions] and the [kind/question label] are excellent sources for FAQ +GitHub [Discussions](https://github.com/python-poetry/poetry/discussions) and the +[kind/question label](https://github.com/python-poetry/poetry/labels/kind%2Fquestion) are excellent sources for FAQ candidates. {{% /note %}} @@ -265,7 +266,6 @@ pipx install --suffix @pr1234 git+https://github.com/python-poetry/poetry.git@re [FAQ]: {{< relref "faq" >}} [Issue Tracker]: https://github.com/python-poetry/poetry/issues [area/docs label]: https://github.com/python-poetry/poetry/labels/area%2Fdocs - [kind/question label]: https://github.com/python-poetry/poetry/labels/kind%2Fquestion [Issue Template]: https://github.com/python-poetry/poetry/issues/new/choose [Discussions]: https://github.com/python-poetry/poetry/discussions [Discord]: https://discord.com/invite/awxPgve