This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Choose the best response for each question.
Which of the following choices best describes the relationship between open source and InnerSource programs?
Anyone can offer a contribution to an open source program, whereas InnerSource programs only accept contributions from members of the team that owns the repository.
InnerSource programs are forked from open source programs by organizations that only use and maintain them privately moving forward.
InnerSource programs are fundamentally the same as open source programs, except that their access is limited to people within their organization.
Suppose your team has been receiving some low-quality bug reports without enough information to properly diagnose. Which of the following choices is the best way to address the issue?
Use GitHub Script to add a workflow action that automatically rejects any issues with a description fewer than 200 characters long.
Add an ISSUE_TEMPLATE.md file that includes fields for reproduction steps, system properties, and instructions for generating and including important logs.
ISSUE_TEMPLATE.md
Add a CONTRIBUTING.md file that clearly explains what to include in a bug report. For example, reproduction steps, system properties, and instructions for generating and including important logs.
CONTRIBUTING.md
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 dramatic rise in pull requests that address bugs in your software.
A growing rate of bug reports that are quickly closed because they can't be reproduced.
A steady decline in new issues.
You must answer all questions before checking your work.
Was this page helpful?