From a279c6d7e31fc0239d0c1981ac9c60296cc88ac8 Mon Sep 17 00:00:00 2001 From: Trueblueaddie <102972456+Trueblueaddie@users.noreply.github.com> Date: Sun, 4 Dec 2022 16:00:42 -0600 Subject: [PATCH 1/3] Create unreachable-communication-channels.md --- .../unreachable-communication-channels.md | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 patterns/2-structured/unreachable-communication-channels.md diff --git a/patterns/2-structured/unreachable-communication-channels.md b/patterns/2-structured/unreachable-communication-channels.md new file mode 100644 index 000000000..ed414d398 --- /dev/null +++ b/patterns/2-structured/unreachable-communication-channels.md @@ -0,0 +1,50 @@ +## Title + +Unreachable Communication Channels + +## Patlet +Communications channels require explicit access requests that leave the organization silo-ed. A public portal was created to build transparency for InnerSource practice, process, and impact. + +## Problem + +Currently at the organization there is a silo-ed culture for communication channels. People that work in certain areas of the organization need explicit communication access to others, even when they are using a similar toolchain (e.g. Microsoft Teams). This can be extended to geographical locations. + +## Context + +Highly regulated industries experience high scrutiny for information publicly shared. Internally companies experience similar limitations between departments and teams. + +## Forces + +Against: +Existing regulation that forces the organization to use local pieces of infrastructure unreachable by others within the corporation. +Sense of ownership and control of the communication channels or pieces of infrastructure to be used by the project. +In favor: +Willingness to use a shared and common repository +Need of the technical teams to use a shared repository for code management, tickets, etc. + +## Solutions + +The solution was to provide a central point where participants can find and teams/SIGs can ask for InnerSource-friendly (public, open, and indexed) communication channels. + +## Resulting Context + +Anyone in the InnerSource region (country, Europe, world level) has full transparency on the existing projects and they have read access by default. This process has to be transparent and as easy as possible to lower the barriers to contribution. The desired situation is that once you are within the firewall of the organization, you have full access to any project. + +## Known Instances + +Santander Bank + +## Status + +Structured +Published internally in Santander Bank; drafted via pull-request in December of 2022 + +## Authors + +Alberto Pérez García-Plaza +Daniel Izquierdo Cortázar +Addie Girouard + +## Acknowledgements + +Igor Zubiaurre From 3e5fc714c27c34714881661cd0228ebccff27fba Mon Sep 17 00:00:00 2001 From: Trueblueaddie <102972456+Trueblueaddie@users.noreply.github.com> Date: Tue, 6 Dec 2022 06:06:14 -0600 Subject: [PATCH 2/3] Update unreachable-communication-channels.md --- patterns/2-structured/unreachable-communication-channels.md | 1 + 1 file changed, 1 insertion(+) diff --git a/patterns/2-structured/unreachable-communication-channels.md b/patterns/2-structured/unreachable-communication-channels.md index ed414d398..7868d40d6 100644 --- a/patterns/2-structured/unreachable-communication-channels.md +++ b/patterns/2-structured/unreachable-communication-channels.md @@ -3,6 +3,7 @@ Unreachable Communication Channels ## Patlet + Communications channels require explicit access requests that leave the organization silo-ed. A public portal was created to build transparency for InnerSource practice, process, and impact. ## Problem From c1c6be12e4c27eed48e3697092dd0fd01370c86b Mon Sep 17 00:00:00 2001 From: Trueblueaddie <102972456+Trueblueaddie@users.noreply.github.com> Date: Tue, 6 Dec 2022 10:52:41 -0600 Subject: [PATCH 3/3] Update unreachable-communication-channels.md --- .../2-structured/unreachable-communication-channels.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/patterns/2-structured/unreachable-communication-channels.md b/patterns/2-structured/unreachable-communication-channels.md index 7868d40d6..bec4a9eaa 100644 --- a/patterns/2-structured/unreachable-communication-channels.md +++ b/patterns/2-structured/unreachable-communication-channels.md @@ -4,7 +4,7 @@ Unreachable Communication Channels ## Patlet -Communications channels require explicit access requests that leave the organization silo-ed. A public portal was created to build transparency for InnerSource practice, process, and impact. +Communications channels require explicit access requests that leave the organization silo-ed. A public portal was created to build transparency for InnerSource practice, process, and impact. ## Problem @@ -31,11 +31,11 @@ The solution was to provide a central point where participants can find and team Anyone in the InnerSource region (country, Europe, world level) has full transparency on the existing projects and they have read access by default. This process has to be transparent and as easy as possible to lower the barriers to contribution. The desired situation is that once you are within the firewall of the organization, you have full access to any project. -## Known Instances +## Known Instances Santander Bank -## Status +## Status Structured Published internally in Santander Bank; drafted via pull-request in December of 2022 @@ -46,6 +46,6 @@ Alberto Pérez García-Plaza Daniel Izquierdo Cortázar Addie Girouard -## Acknowledgements +## Acknowledgements Igor Zubiaurre