diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 500dff31a85c9..f435ae4589694 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -182,10 +182,10 @@ graph TD
C -->|Yes - P1| E[Is the PR build succeeding?]
C -->|No - it is P2| D
D -->|Yes| E
- D -->|No| F[Unfortunately, we may not have time to review your PR.
Can you break down the PR into smaller chunks?]
- F -->|Yes| I[Please do. This will help get traction on your PR.]
+ D -->|No| F[Can you break down the PR into smaller chunks?]
+ F --->|Yes| I[Please do. This will help get traction on your PR.]
F -->|No| J[Try to garner community support on the issue you are
trying to solve. With 20 +1s, the issue will be relabeled as P1.]
- E -->|Yes| G[We will review your PR as soon as we can]
+ E --->|Yes| G[We will review your PR as soon as we can]
E -->|No| H[If the build is failing for more than 4 weeks
without any work on it, we will close the PR.]
```