From 2221fd10f8c4b5fd5edd5220b9cb723cab8c4990 Mon Sep 17 00:00:00 2001 From: Tianchu Zhao Date: Mon, 16 May 2022 12:41:40 +1000 Subject: [PATCH] docs: update contributing label section (#8778) --- docs/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index e91b5c073f94..aec853da5e50 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -20,8 +20,8 @@ We're always looking for contributors. * Documentation - something missing or unclear? Please submit a pull request! * Code contribution - investigate - a [help wanted issue](https://github.com/argoproj/argo-workflows/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22+label%3A%22good+first+issue%22) - , or anything labeled with "good first issue"? + a [good first issue](https://github.com/argoproj/argo-workflows/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) + , or anything not assigned. * Join the `#argo-contributors` channel on [our Slack](https://argoproj.github.io/community/join-slack). * Get a [mentor](mentoring.md) to help you get started.