-
Suggestion
-
Resolution: Unresolved
-
None
Problem Definition
A complex project with several participants can have interdependent PRs. By interdependent Pull requests we mean PRs where the source branch of one PR is the destination branch of another, e.g.:
PR-1: from feature/a to develop branch
PR-2: from feature/ab to feature/a branch
In order to understand these dependencies, visualisation would be very helpful.
Suggested Solution
The request is to provide a PR dependency graph, something like the following:
Each box in this graph represent a PR.
The green boxes represent merged PRs.