Skip to content

Commit b85c437

Browse files
committed
feat: add link to gqm usage
feat: add mermaid graph
1 parent 673a27f commit b85c437

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@
3030
* [Allow Innovation in Detail](measuring/metrics.md#allow-innovation-in-detail)
3131
* [References](measuring/references.md)
3232
* [Authors and Reviewers](measuring/authors.md)
33+
* [Use Goals, Questions, and Metrics](measuring/use_gqm.md)

measuring/use_gqm.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Use Goals Questions, and Metrics
2+
=============================
3+
4+
```mermaid
5+
graph LR
6+
reduce-duplication[Reduce Duplication] --> who-uses[Who Uses]
7+
8+
click reduce-duplication "./goals/reduce-duplication.md" "We can see how many times an InnerSource project is reused. If there is extra information attached to that usage (like which business unit is the user) then we can see how widely across the company an InnerSource project is used."
9+
10+
who-uses --> usage-count[Usage Count]
11+
usage-count --> reduce-duplication[Reduce Duplication]
12+
```

0 commit comments

Comments
 (0)