2
2
3
3
* An overview of the Goals, Questions, and Metrics (GQM) catalog.*
4
4
5
- This page works better in GitHub; [ click here] ( https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/master /measuring/use_gqm.md ) .
5
+ This page works better in GitHub; [ click here] ( https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/main /measuring/use_gqm.md ) .
6
6
7
7
``` mermaid
8
8
graph LR;
9
9
subgraph GQM[Goals, Questions, Metrics]
10
- find-projects[<a href='https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/master /measuring/goals/find-projects.md'>Find Projects</a>] --> who-uses[Who Uses]
11
- reduce-duplication[<a href='https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/master /measuring/goals/reduce-duplication.md'>Reduce Duplication</a>] --> who-uses[<a href='https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/master /measuring/questions/who-uses.md'>Who Uses</a>]
12
- who-uses --> usage-count[<a href='https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/master /measuring/metrics/usage-count.md'>Usage Count</a>]
10
+ find-projects[<a href='https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/main /measuring/goals/find-projects.md'>Find Projects</a>] --> who-uses[Who Uses]
11
+ reduce-duplication[<a href='https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/main /measuring/goals/reduce-duplication.md'>Reduce Duplication</a>] --> who-uses[<a href='https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/main /measuring/questions/who-uses.md'>Who Uses</a>]
12
+ who-uses --> usage-count[<a href='https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/main /measuring/metrics/usage-count.md'>Usage Count</a>]
13
13
find-projects --> who-contributes
14
- who-contributes[<a href='https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/master /measuring/questions/who-contributes.md'>Who Contributes</a>] --> code-contributions[<a href='https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/master /measuring/metrics/code-contributions.md'>Code Contributions</a>]
14
+ who-contributes[<a href='https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/main /measuring/questions/who-contributes.md'>Who Contributes</a>] --> code-contributions[<a href='https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/main /measuring/metrics/code-contributions.md'>Code Contributions</a>]
15
15
end
16
16
subgraph Legend
17
17
direction TB
@@ -35,5 +35,4 @@ Add your goals, questions, and metrics into this graph! It will help you to see
35
35
You may get new ideas of what metrics answer the questions you have or what additional goals your questions can support.
36
36
See [ CONTRIBUTING.md#metrics] .
37
37
38
- [ CONTRIBUTING.md#metrics ] : https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/master/CONTRIBUTING.md#metrics
39
-
38
+ [ CONTRIBUTING.md#metrics ] : https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/main/CONTRIBUTING.md#metrics
0 commit comments