Discover which key metric signals the success of your InnerSource program based on team data tracked over 3 months. Expert insights for the GitHub Foundations certification exam.
Table of Contents
Question
Suppose your team has been tracking data of all kinds since your InnerSource program went live three months ago. Which of the following metrics indicates your program is a great success?
A. A dramatic rise in pull requests that address bugs in your software.
B. A growing rate of bug reports that are quickly closed because they cannot be reproduced.
C. A steady decline in new issues.
Answer
A. A dramatic rise in pull requests that address bugs in your software.
Explanation
This metric indicates that more people are motivated to improve the quality of your software and are making the investment themselves.
A dramatic rise in pull requests that address bugs in your software is the metric that indicates your InnerSource program is a great success.
Here’s why:
InnerSource is all about fostering collaboration and participation across the organization to improve code quality. A key goal is enabling developers beyond the immediate team to discover, report, and fix bugs they encounter.
A surge in bug-fixing pull requests shows that:
- Developers are actively reviewing the code
- They feel empowered to improve it
- There are clear contribution guidelines
- The code is modular enough for others to navigate
- The team is receptive to outside contributions
All of this points to a thriving InnerSource culture.
In contrast, a growing rate of invalid bug reports or a decline in new issues doesn’t necessarily signal success. Invalid reports could mean poor documentation or unclear boundaries around the InnerSource project. And fewer new issues might indicate declining engagement rather than higher quality.
The dramatic rise in meaningful pull requests is the strongest indicator that your InnerSource program is functioning as intended – leveraging the skills of the broader organization to efficiently improve the software. This cross-functional collaboration is the essence of InnerSource.
GitHub Foundations certification exam assessment practice question and answer (Q&A) dump including multiple choice questions (MCQ) and objective type questions, with detail explanation and reference available free, helpful to pass the GitHub Foundations exam and earn GitHub Foundations certification.