Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contributing instructions for new goals, questions, and metrics #32

Merged
merged 4 commits into from
Sep 29, 2023
Merged
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
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
rrrutledge authored Sep 29, 2023
commit 4cc7e4868a8a3705cdf9949e71f57b559ad1f164
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,13 @@ applied InnerSource in your internal software development process.
## How Do We Structure Goals, Questions, and Metrics?

Review the [Goal-Question-Metric Approach](./measuring/gqm.md) to further understand how we structure goals, questions, and metrics.

Review [GQM use cases and user journeys](./measuring/gqm_example/README.md) to guide their development.

We document goals, questions, and metrics in separate folders in the [measuring](./measuring) directory.
Goals link to all related questions, and questions link to all related metrics.

*Templates:*

* [Goal Template](./measuring/gqm_example/gqm_goal_template.md)
* [Question Template](./measuring/gqm_example/gqm_question_template.md)
* [Metric Template](./measuring/gqm_example/gqm_metric_template.md)
You can browse all goals, questions, and metrics in [graph format](./measuring/use_gqm.md).

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.
Add in your own scenarios to the graph!
See the ["Metrics" section of CONTRIBUTING.md](./CONTRIBUTING.md#metrics).

## References

Expand Down