PRs should be opened in order #43
Labels
domain: CollaborationPlatform
importance: 1 - must have
Must be implemented for the product to be complete
urgency: 3 - no urgency
We have an indefinite amount of time to complete this
work type: implementation
A task that primarily involves bashing code
Milestone
Currently, PRs are opened in an indeterminate order, because we're creating the PRs in a
Promise.all
. We should do this sequentially instead as users will expect them to be created in order.Example of a PR stack created in a random order: MLH-Fellowship/scheduling-profiler-prototype#110
The text was updated successfully, but these errors were encountered: