From 6eece6309ea60d8873f910298131ca673521c47c Mon Sep 17 00:00:00 2001 From: Vihas Makwana Date: Mon, 3 Feb 2025 19:11:49 +0530 Subject: [PATCH] more improvements --- issue-triaging.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/issue-triaging.md b/issue-triaging.md index 04abb2e8a2add..d8310df12945c 100644 --- a/issue-triaging.md +++ b/issue-triaging.md @@ -100,10 +100,9 @@ flowchart TD n6 -- Assign it to codeowner --> n7["Issue in being worked upon"] n6 -- No --> n8 n7 -- Once PR is merged --> n10 - n8 -- Wait for help from the community --> n9["Has someone volunteered?"] - n9 -- Yes --> n11["Assign it to the person"] - n12 -- Any activity? --> n9 - n9 -. Stale issue .-> n12["Issue in inactive"] + n8 -- When someone volunteers to provide a fix --> n11["Assign it to the person"] + n12 -- Any activity? --> n8 + n8 -. Stale issue .-> n12["Issue in inactive"] n11 --> n7 n12 -- Closed automatically after 120 days due to lack of activity --> n10 n4 -- Once enough details are available --> n2 @@ -112,7 +111,6 @@ flowchart TD n4@{ shape: rect} n2@{ shape: diam} n6@{ shape: diam} - n9@{ shape: diam} n1:::Aqua n3:::Ash