File tree Expand file tree Collapse file tree 6 files changed +35
-1
lines changed Expand file tree Collapse file tree 6 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 14
14
* [ Authors and Reviewers] ( infrastructure/authors.md )
15
15
* [ What, When and How to Measure] ( measuring/introduction.md )
16
16
* [ 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 )
17
24
* [ Areas of Analysis] ( measuring/areas.md )
18
25
* [ Goal-Question-Metric Approach] ( measuring/gqm.md )
19
26
* [ 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.
19
19
20
20
On the other hand, if the workflow is not well defined or if the
21
21
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
23
23
frustrated at some point.
24
24
25
25
Thus, 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