Skip to content

Commit d0f4e25

Browse files
authored
Merge pull request #32 from InnerSourceCommons/rrrutledge-patch-1
2 parents abeba99 + ca78252 commit d0f4e25

File tree

3 files changed

+21
-14
lines changed

3 files changed

+21
-14
lines changed

CONTRIBUTING.md

+17
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,24 @@ in the [GitHub issues tracking for this repository](https://github.com./innersour
1616
Please be aware that all of your contributions will be opened by default and
1717
that those will be licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
1818

19+
## Metrics
20+
21+
This book uses the [Goal-Question-Metric] approach to documenting InnerSource metrics.
22+
[Goals], [questions], and [metrics] are kept in separate files with markdown links between them indicating which are related to one other.
23+
The full graph of relationships is visible in this [graph](https://github.com./InnerSourceCommons/managing-inner-source-projects/blob/master/measuring/use_gqm.md).
24+
25+
Add in your scenarios by copying this [goal template], [question template], and/or [metric template], filling them out, and submitting them in pull request.
26+
By adding in your scenarios to the graph, you will be able to see how others approach and interact with them.
27+
You may get new ideas of what metrics answer the questions you have or what additional goals your questions can support.
28+
1929
## Guidelines
2030

2131
When using titles in Markdown, use # for main title, ## for the second header title, etc. It's just to follow the same style :).
2232

33+
[Goal-Question-Metric]: https://en.wikipedia.org/wiki/GQM
34+
[goals]: https://github.com./InnerSourceCommons/managing-inner-source-projects/tree/master/measuring/goals
35+
[questions]: https://github.com./InnerSourceCommons/managing-inner-source-projects/tree/master/measuring/questions
36+
[metrics]: https://github.com./InnerSourceCommons/managing-inner-source-projects/tree/master/measuring/metrics
37+
[goal template]: https://github.com./InnerSourceCommons/managing-inner-source-projects/blob/master/measuring/goals/gqm_goal_template.md
38+
[question template]: https://github.com./InnerSourceCommons/managing-inner-source-projects/blob/master/measuring/questions/gqm_question_template.md
39+
[metric template]: https://github.com./InnerSourceCommons/managing-inner-source-projects/blob/master/measuring/metrics/gqm_metric_template.md

README.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,13 @@ applied InnerSource in your internal software development process.
2929
## How Do We Structure Goals, Questions, and Metrics?
3030

3131
Review the [Goal-Question-Metric Approach](./measuring/gqm.md) to further understand how we structure goals, questions, and metrics.
32-
3332
Review [GQM use cases and user journeys](./measuring/gqm_example/README.md) to guide their development.
3433

3534
We document goals, questions, and metrics in separate folders in the [measuring](./measuring) directory.
36-
Goals link to all related questions, and questions link to all related metrics.
37-
38-
*Templates:*
39-
40-
* [Goal Template](./measuring/gqm_example/gqm_goal_template.md)
41-
* [Question Template](./measuring/gqm_example/gqm_question_template.md)
42-
* [Metric Template](./measuring/gqm_example/gqm_metric_template.md)
35+
You can browse all goals, questions, and metrics in [graph format](./measuring/use_gqm.md).
4336

44-
We interconnect our goals, questions, and metrics (GQM) in graph format. This approach not only expands our documentation of these aspects but also keeps it well-organized.
37+
Add in your own scenarios to the graph!
38+
See the ["Metrics" section of CONTRIBUTING.md](./CONTRIBUTING.md#metrics).
4539

4640
## References
4741

measuring/gqm_example/README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# How Do I Add A Goal Question Metric (GQM)?
22

3-
1. Add your goals, questions, and metrics to the following directories (use the templates inside the directories):
4-
1. [../goals](../goals/)
5-
2. [../questions](../questions/)
6-
3. [../metrics](../metrics/)
7-
2. Update [../use_gqm.md](../use_gqm.md) with graph connections and links.
3+
See the ["Metrics" section of CONTRIBUTING.md](../../CONTRIBUTING.md#metrics).
84

95
# What Is The Goal Question Metric (GQM) Example?
106

0 commit comments

Comments
 (0)