Skip to content

Commit 0ae73bb

Browse files
authored
Merge pull request #27 from jeffabailey/master
feat: add graph edges for new GQM
2 parents 0027530 + c7f3639 commit 0ae73bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

measuring/use_gqm.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44

55
```mermaid
66
graph LR;
7+
find-projects[Find Projects] --> who-uses[Who Uses];
78
reduce-duplication[Reduce Duplication] --> who-uses[Who Uses];
89
who-uses --> usage-count[Usage Count];
10+
find-projects --> who-contributes
11+
who-contributes[Who Contributes] --> code-contributions[Code Contributions];
912
```
1013

1114
## Goals

0 commit comments

Comments
 (0)