Skip to content

Commit 459daf5

Browse files
committed
feat: add links to GQMs
1 parent e38d17d commit 459daf5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

measuring/use_gqm.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
# Use Goals, Questions, and Metrics
2+
23
========
34

5+
*An overview of the GQM catalog.*
6+
47
```mermaid
58
graph LR;
69
reduce-duplication[Reduce Duplication] --> who-uses[Who Uses];
710
who-uses --> usage-count[Usage Count];
811
usage-count --> reduce-duplication[Reduce Duplication];
912
```
13+
14+
## Goals
15+
16+
* [Reduce Duplication](../goals/reduce_duplication.md)
17+
18+
## Questions
19+
20+
* [Who uses the InnerSource project?](../questions/who-uses.md)
21+
22+
## Metrics
23+
24+
* [Usage Count](../metrics/usage_count.md)

0 commit comments

Comments
 (0)