From 62907bc842fac83fc65eab23ec1896e3db90597d Mon Sep 17 00:00:00 2001 From: Xuan Date: Wed, 16 Aug 2023 22:43:05 +0200 Subject: [PATCH] Update issues links in CONTRIBUTING.md etcd-io/etcd#16424 Find issues links in CONTRIBUTING.md should search for all repositories under etcd-io organization Signed-off-by: Xuan --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f519ccf85..ddeb77a46 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,10 +38,10 @@ Depending on your interest and experience you should check different labels: If any of aforementioned labels don't have unassigned issues, please [contact] one of the [maintainers] asking to triage more issues. [github issue tracker]: https://github.com/etcd-io/etcd/issues -[good first issue]: https://github.com/etcd-io/etcd/labels/good%20first%20issue -[help wanted]: https://github.com/etcd-io/etcd/labels/help%20wanted +[good first issue]: https://github.com/search?type=issues&q=org%3Aetcd-io+state%3Aopen++label%3A%22good+first+issue%22 +[help wanted]: https://github.com/search?type=issues&q=org%3Aetcd-io+state%3Aopen++label%3A%22help+wanted%22 [maintainers]: https://github.com/etcd-io/etcd/blob/main/MAINTAINERS -[priority/important]: https://github.com/etcd-io/etcd/labels/priority%2Fimportant +[priority/important]: https://github.com/search?type=issues&q=org%3Aetcd-io+state%3Aopen++label%3A%22priority%2Fimportant%22 ## Setup development environment