From d7db55c10654b377e658e3ac7581c5b4e7db1635 Mon Sep 17 00:00:00 2001 From: "Yuan (Terry) Tang" Date: Sun, 18 Feb 2024 19:54:09 -0500 Subject: [PATCH] docs: Add notes on issue assignment in CONTRIBUTING.md (#12678) Signed-off-by: Yuan (Terry) Tang --- docs/CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 409ee172c277..8af68c4fe31b 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -123,6 +123,8 @@ Bugs can be [sorted by "👍"](https://github.com/argoproj/argo-workflows/issues If the issue is determined to be a user error and not a bug, remove the `bug` label (and the `regression` label, if applicable) and replace it with the `support` label. If more information is needed from the author to diagnose the issue, then apply the `more information needed` label. +Please only assign issues to members. New contributors are encouraged to work on a PR directly without being assigned. + ##### Staleness Only issues and PRs that have the [`more information needed` label](https://github.com/argoproj/argo-workflows/labels/more%20information%20needed) will be considered for staleness.