From ef907463d94c1cdde745ae40a1e7fc0b2703f2a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Tue, 13 Oct 2020 18:05:27 +0200 Subject: [PATCH] Fix label links --- .github/CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d43f355f2..3bb884d84 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -11,7 +11,7 @@ Please do: * Open an issue to propose a significant change. * Open a pull request to fix a bug. * Open a pull request to fix documentation about a command. -* Open a pull request for any issue with [`help wanted`][] or [`good first issue`][] labels. +* Open a pull request for any issue labelled [`help wanted`][hw] or [`good first issue`][gfi]. Please avoid: @@ -53,8 +53,8 @@ We generate manual pages from source on every release. You do not need to submit [bug issues]: https://github.com/cli/cli/issues?q=is%3Aopen+is%3Aissue+label%3Abug [feature request issues]: https://github.com/cli/cli/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement -[help wanted]: https://github.com/cli/cli/labels/help%20wanted -[good first issue]: https://github.com/cli/cli/labels/good%20first%20issue +[hw]: https://github.com/cli/cli/labels/help%20wanted +[gfi]: https://github.com/cli/cli/labels/good%20first%20issue [legal]: https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-terms-of-service#6-contributions-under-repository-license [license]: ../LICENSE [code-of-conduct]: ./CODE-OF-CONDUCT.md