hpi-epic / repositoryguide

Guiding you in exploring your team's Git(Hub) repository
MIT License
1 stars 1 forks source link

Ratio of how many branches end up in PRs #68

Open SanJSp opened 3 years ago

SanJSp commented 3 years ago

As a developer, I'd like to see how many of my branches actually end up as Pull Requests


:thought_balloon:   Hints & Thoughts

Could show the amount of unnecessary work done.

chrisma commented 3 years ago

I like the idea of measuring the amount of "unnecessary work done". This would be the equivalent of "waste" in Lean methods.

Thinking of this a measurement that can be calculated for a development iteration: Would this be the amount of branches that are not connected to a PR at the end of an iteration? Is this a relevant metric as branches can also live completely locally on the dev machines?