From 2ebb6fab1690548a7a8509da075c53f2d3ea6448 Mon Sep 17 00:00:00 2001 From: Jason Nguyen Date: Fri, 23 Oct 2020 13:33:21 -0600 Subject: [PATCH 1/2] Correctly display the "What Are the Benefits of InnerSource?" segement in Update 01-introduction.ascii.doc Update 01-introduction.ascii.doc --- workbook/01-introduction.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/workbook/01-introduction.asciidoc b/workbook/01-introduction.asciidoc index da66fc43..ef992522 100644 --- a/workbook/01-introduction.asciidoc +++ b/workbook/01-introduction.asciidoc @@ -90,6 +90,7 @@ Why 2 is incorrect: The goal of InnerSource is to empower outsiders to contribut Why 3 is correct: A contributor’s code is an excellent starting point for training the contributor. Mentoring can produce educational and personal growth that is even more beneficial than the code contribution itself. And contributors, even if competent and knowledgeable about the code base and team’s goals, can benefit from guidance to bring their contributions in line with a team’s goals and standards. Why 4 is correct: The trusted committer, along with educational and mentoring responsibilities, plays the typical role of a committer on a project, ensuring that the code works well and does not break something else in the application. + ==== SEGMENT: What Are the Benefits of InnerSource? TIP: From 6c49860c7f7c0b090efa8861688d9f201228f544 Mon Sep 17 00:00:00 2001 From: Jason Nguyen Date: Sat, 24 Oct 2020 12:07:04 -0600 Subject: [PATCH 2/2] Separate answer explanations for Question 2 segment "What are the benefits of InnerSource" --- workbook/01-introduction.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workbook/01-introduction.asciidoc b/workbook/01-introduction.asciidoc index ef992522..a65d2bfc 100644 --- a/workbook/01-introduction.asciidoc +++ b/workbook/01-introduction.asciidoc @@ -126,7 +126,8 @@ Why 1 is incorrect: InnerSource has no effect on funding for a team. It’s true Why 2 is incorrect: InnerSource is not open source. The code is not published outside the company. However, some companies choose to open their code at some point, turning an InnerSource project into an open source one. -Why 3 is correct: InnerSource invites company staff outside the host team to work on the host team’s code. The host team benefits from the outsiders’ understanding of their users’ or consumers’ needs, as well as from the new features added. +Why 3 is correct: InnerSource invites company staff outside the host team to work on the host team’s code. The host team benefits from the outsiders’ understanding of their users’ or consumers’ needs, as well as from the new features added. + Why 4 is incorrect: InnerSource can be a valuable force multiplier during time crunches, bringing people from many teams together to complete high-priority code quickly. But after the crunch, people go back to working on projects within their own teams. ===== Question 3. InnerSource encourages companies to: