From 993f3c094219f81db0efedd16b6a47cf3ac7854f Mon Sep 17 00:00:00 2001 From: Marek Siarkowicz Date: Thu, 17 Nov 2022 20:44:31 +0100 Subject: [PATCH] Fix priority/important label --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index effb03b65..ec9687a69 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,7 +33,7 @@ Issues should be properly labeled making it easy to find something for you. Depending on your interest and experience you should check different labels: * If you are just starting, check issues labeled with [good first issue]. * When you feel more conformable in your contributions, checkout [help wanted]. -* Advanced contributors can try to help with issues labeled [important] covering most relevant work at the time. +* Advanced contributors can try to help with issues labeled [priority/important] covering most relevant work at the time. If any of aforementioned labels don't have unassigned issues, please [contact] one of the [maintainers] asking to triage more issues. @@ -41,7 +41,7 @@ If any of aforementioned labels don't have unassigned issues, please [contact] o [good first issue]: https://github.com/etcd-io/etcd/labels/good%20first%20issue [help wanted]: https://github.com/etcd-io/etcd/labels/help%20wanted [maintainers]: https://github.com/etcd-io/etcd/blob/main/MAINTAINERS -[important]: https://github.com/etcd-io/etcd/labels/important +[priority/important]: https://github.com/etcd-io/etcd/labels/priority%2Fimportant ## Setup development environment