|
4 | 4 |
|
5 | 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 | +<!--- |
| 8 | +
|
| 9 | +WARNING: Changes to this graph are overwritten by a GitHub workflow. |
| 10 | +
|
| 11 | +To update this graph, add new goals, questions, and metrics to the following directores. |
| 12 | +
|
| 13 | +./goals |
| 14 | +./questions |
| 15 | +./metrics |
| 16 | +
|
| 17 | +A GitHub workflow will automatically update this graph with your changes. |
| 18 | +
|
| 19 | +See this README.md file for more information about how to add goals, questions, and metrics. |
| 20 | +
|
| 21 | +./gqm_gen/README.md |
| 22 | +
|
| 23 | +To test your changes see this README.md file. |
| 24 | +
|
| 25 | +../scripts/gqm_gen/README.md |
| 26 | +
|
| 27 | +---> |
| 28 | + |
7 | 29 | ```mermaid
|
8 | 30 | graph LR;
|
| 31 | +
|
9 | 32 | subgraph GQM[Goals, Questions, Metrics]
|
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 |
| - find-projects --> who-contributes |
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 |
| - end |
16 |
| - subgraph Legend |
| 33 | +
|
| 34 | + find-projects.md[<a href='https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/main/measuring//goals/find-projects.md'>Find InnerSource Projects</a>] |
| 35 | + reduce-duplication.md[<a href='https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/main/measuring//goals/reduce-duplication.md'>Reduce duplication</a>] |
| 36 | + who-contributes.md[<a href='https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/main/measuring//questions/who-contributes.md'>Who contributes to the InnerSource project?</a>] |
| 37 | + who-uses.md[<a href='https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/main/measuring//questions/who-uses.md'>Who uses the InnerSource project?</a>] |
| 38 | + code-contributions.md[<a href='https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/main/measuring//metrics/code-contributions.md'>Code contributions</a>] |
| 39 | + usage-count.md[<a href='https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/main/measuring//metrics/usage-count.md'>Usage count</a>] |
| 40 | + find-projects.md-->who-uses.md |
| 41 | + find-projects.md-->who-contributes.md |
| 42 | + reduce-duplication.md-->who-uses.md |
| 43 | + who-contributes.md-->code-contributions.md |
| 44 | + who-uses.md-->usage-count.md |
| 45 | + end |
| 46 | + subgraph Legend |
17 | 47 | direction TB
|
18 | 48 |
|
19 | 49 | goal[Goal]
|
20 | 50 | question[Question]
|
21 | 51 | metric[Metric]
|
22 | 52 |
|
23 | 53 | classDef goals stroke:green,stroke-width:2px;
|
24 |
| - class goal,find-projects,reduce-duplication goals |
| 54 | + class goal,find-projects.md,reduce-duplication.md goals |
25 | 55 |
|
26 | 56 | classDef questions stroke:orange,stroke-width:2px;
|
27 |
| - class question,who-uses,who-contributes questions |
| 57 | + class question,who-contributes.md,who-uses.md questions |
28 | 58 |
|
29 | 59 | classDef metrics stroke:purple,stroke-width:2px;
|
30 |
| - class metric,code-contributions,usage-count metrics |
31 |
| - end |
| 60 | + class metric,code-contributions.md,usage-count.md metrics |
| 61 | + end |
| 62 | + |
32 | 63 | ```
|
33 | 64 |
|
34 | 65 | Add your goals, questions, and metrics into this graph! It will help you to see how others approach and interact with what you are doing.
|
|
0 commit comments