Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
* [What, When and How to Measure](measuring/measuring.md)
* [Goals using Metrics](measuring/goals.md)
* [Use Goals, Questions, and Metrics](measuring/use_gqm.md)
* [Goals](measuring/goals/index.md)
* [Goals](measuring/goals.md)
* [Find InnerSource Projects](measuring/goals/find-projects.md)
* [Reduce Duplication](measuring/goals/reduce-duplication.md)
* [Questions](measuring/questions/index.md)
* [Questions](measuring/questions.md)
* [What is the InnerSource Adoption Trend?](measuring/questions/adoption-trend.md)
* [Who contributes to the InnerSource project?](measuring/questions/who-contributes.md)
* [Who Uses](measuring/questions/who-uses.md)
* [Metrics](measuring/metrics/index.md)
* [Metrics](measuring/metrics.md)
* [Code Contributions](measuring/metrics/code-contributions.md)
* [Contribution Distance](measuring/metrics/contribution-distance.md)
* [Number of InnerSource repositories](measuring/metrics/number-of-innersource-repositories.md)
Expand Down
22 changes: 0 additions & 22 deletions measuring/goals/index.md

This file was deleted.

14 changes: 14 additions & 0 deletions measuring/gqm_example/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## How Do I Add New Goals, Questions, and Metrics?

Each goal, question, and metric is defined in its own markdown file. The goals, questions, and metrics are used to:

1. Define clear objectives for InnerSource initiatives
2. Guide the selection of relevant questions
3. Help determine appropriate metrics for measurement

## Adding New Goals, Questions, and Metrics

To add a new goal, question, or metric:
1. Create a new markdown file in the `goals`, `questions`, or `metrics` directory
2. Update the GQM diagram by running the generator in the /scripts/gqm_gen directory

# How Should I Format Goals Questions & Metrics?

* [gqm_goal_template.md](../goals/gqm_goal_template.md)
Expand Down
24 changes: 0 additions & 24 deletions measuring/metrics/index.md

This file was deleted.

23 changes: 0 additions & 23 deletions measuring/questions/index.md

This file was deleted.