Skip to content

Commit bab7aad

Browse files
authored
Merge pull request #25 from jeffabailey/master
Add Use Goals, Questions, and Metrics section
2 parents e9163f1 + 72a193f commit bab7aad

File tree

6 files changed

+35
-1
lines changed

6 files changed

+35
-1
lines changed

SUMMARY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
* [Authors and Reviewers](infrastructure/authors.md)
1515
* [What, When and How to Measure](measuring/introduction.md)
1616
* [Goals using Metrics](measuring/goals.md)
17+
* [Use Goals, Questions, and Metrics](measuring/use\_gqm.md)
18+
* [Goals](use\_gqm/goals/README.md)
19+
* [Reduce Duplication](measuring/goals/reduce-duplication.md)
20+
* [Questions](use\_gqm/questions/README.md)
21+
* [Who Uses](measuring/questions/who-uses.md)
22+
* [Metrics](use\_gqm/metrics/README.md)
23+
* [Usage Count](measuring/metrics/usage-count.md)
1724
* [Areas of Analysis](measuring/areas.md)
1825
* [Goal-Question-Metric Approach](measuring/gqm.md)
1926
* [Strategy](measuring/strategy.md)

measuring/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ clear workflow followed by any developer within the organization.
1919

2020
On the other hand, if the workflow is not well defined or if the
2121
development infrastructure allows to have work arounds, this may lead to
22-
situations where shortcuts are usual and developers and managers may get
22+
situations where shortcuts are usual, and developers and managers may get
2323
frustrated at some point.
2424

2525
Thus, having in mind those differences between two communities, inner

measuring/use_gqm.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Use Goals, Questions, and Metrics
2+
3+
*An overview of the GQM catalog.*
4+
5+
```mermaid
6+
graph LR;
7+
reduce-duplication[Reduce Duplication] --> who-uses[Who Uses];
8+
who-uses --> usage-count[Usage Count];
9+
```
10+
11+
## Goals
12+
13+
* [Reduce Duplication](../goals/reduce_duplication.md)
14+
15+
## Questions
16+
17+
* [Who uses the InnerSource project?](../questions/who-uses.md)
18+
19+
## Metrics
20+
21+
* [Usage Count](../metrics/usage_count.md)

use_gqm/goals/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Goals
2+

use_gqm/metrics/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Metrics
2+

use_gqm/questions/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Questions
2+

0 commit comments

Comments
 (0)