File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -178,12 +178,14 @@ Below is a flow chart that describes how your PR may be treated by repository ma
178
178
graph TD
179
179
A[Incoming PR] -->B[Is an issue attached?]
180
180
B -->|Yes - labels copied from issue| C[Is it labeled P1?]
181
- B -->|No - auto-labeled as P2| D["Is it trivial or effort/ small?"]
181
+ B -->|No - auto-labeled as P2| D["Is the effort small?"]
182
182
C -->|Yes - P1| E[Is the PR build succeeding?]
183
183
C -->|No - it is P2| D
184
184
D -->|Yes| E
185
- D -->|No| F[Unfortunately, we don't have the time to review <br/> PRs that are large effort and low priority.]
186
- E -->|Yes| G[We will review your PR as soon as we can]
185
+ D -->|No| F[Can you break down the PR into smaller chunks?]
186
+ F --->|Yes| I[Please do. This will help get traction on your PR.]
187
+ F -->|No| J[Try to garner community support on the issue you are <br/> trying to solve. With 20 +1s, the issue will be relabeled as P1.]
188
+ E --->|Yes| G[We will review your PR as soon as we can]
187
189
E -->|No| H[If the build is failing for more than 4 weeks <br/> without any work on it, we will close the PR.]
188
190
```
189
191
You can’t perform that action at this time.
0 commit comments