Skip to content

Commit 0f6ae1a

Browse files
authored
Update introducing-metrics-in-innersource.md (#350)
Adding metrics candidates/examples to the pattern.
1 parent 363ea4f commit 0f6ae1a

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

patterns/1-initial/introducing-metrics-in-innersource.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,20 @@ Produce a characterization of metrics as this might be helpful for others to und
6464
* Another class of metrics is around how much InnerSourcing is happening. A raw definition of InnerSource based on code submissions to a repository not owned by the submitter's team could be measurable in a few ways.
6565
* A third class of metrics are KPIs that we believe will improve the raw amount of InnerSourcing happening (e.g. mean-time-to-review, automated test runs on PRs, etc.).
6666

67-
Note: The aforementioned metrics are some common examples. They aren't a one-size-fits-all. We expect the business goals of the organization to drive the metric selection process.
67+
_Note:_ The aforementioned metrics are some common examples. They aren't a one-size-fits-all. We expect the business goals of the organization to drive the metric selection process.
68+
69+
The list below consolidates some metrics candidates, grouped by business goals.
70+
71+
| Business Goals | Metric Candidates |
72+
|---|---|
73+
| Remove silos and bottlenecks | # of PRs from external contributors<br># of PRs from external contributors that are merged<br># of external contributors<br># of issues created from external contributors<br># of reviews from external contributors |
74+
| Knowledge sharing | # of clone or forks from external guests<br># of visits from external guests |
75+
| Creating reusable software | # of submodule usage<br># of code reuse across projects<br># of clone or forks from external guests |
76+
| Increase development speed | Time to market<br>Mean-time-to-review |
77+
| Employee satisfaction & talent retention | |
78+
| Improve quality | # of automated test runs on PRs<br># of issues created from external contributors |
79+
| Innovation | |
80+
| Others | # of repositories using InnerSource components (managed contributing guidelines, assigned TCs)<br>Days of host's responsiveness on the issues/PRs created by external contributors |
6881

6982
## Resulting Context
7083

@@ -89,8 +102,11 @@ Initial
89102
- Clint
90103
- Russ Rutledge
91104
- Tom
105+
- Jack Yang
92106

93107
## Acknowledgement
94108

95109
- Georg
96110
- Bob
111+
- [Aaron Stewart](https://github.com/a-a-ron/innersource-template-pluralsight/tree/master/metrics)
112+
- Wilson Mar

0 commit comments

Comments
 (0)