File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ clear workflow followed by any developer within the organization.
1919
2020On the other hand, if the workflow is not well defined or if the
2121development 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
2323frustrated at some point.
2424
2525Thus, having in mind those differences between two communities, inner
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 1+ # Goals
2+
Original file line number Diff line number Diff line change 1+ # Metrics
2+
Original file line number Diff line number Diff line change 1+ # Questions
2+
You can’t perform that action at this time.
0 commit comments