From 70207d1a24c86ff4b8f01abb4229d65852ae1d57 Mon Sep 17 00:00:00 2001 From: Trueblueaddie <102972456+Trueblueaddie@users.noreply.github.com> Date: Sun, 4 Dec 2022 16:55:30 -0600 Subject: [PATCH 1/3] Create initiative-keeps-getting-pushed-back.md --- .../initiative-keeps-getting-pushed-back.md | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 patterns/2-structured/initiative-keeps-getting-pushed-back.md diff --git a/patterns/2-structured/initiative-keeps-getting-pushed-back.md b/patterns/2-structured/initiative-keeps-getting-pushed-back.md new file mode 100644 index 000000000..690ed18d0 --- /dev/null +++ b/patterns/2-structured/initiative-keeps-getting-pushed-back.md @@ -0,0 +1,44 @@ +## Title + +Initiative keeps getting pushed back + +## Patlet + +Launching an InnerSource initiative may fail due to business pressures taking first priority. Take small steps and track progress to show impact along the way. + +## Problem + +InnerSource initiative changes are perceived as a good and desirable thing, but to be applied in the future. As a consequence of tight deadlines this future never comes and teams, in the best case, ends up around the {Low Level Micro Management} pattern. + +## Forces + +Business priorities take up all the development time +Teams lack the agency to enact desired initiatives +Needing to do all at once prevents small progress to be made + +## Solutions + +Work on each InnerSource area step by step. Do not try to fix everything at the same time for everyone. Keep in mind the use of metrics to understand if there are real benefits and collaboration takes place. + +## Resulting Context + +Step by step, InnerSource strategies and processes are added to the daily work of the projects. + +## 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 b64983916f4de8f3f94d1c7217cd9510d41301c7 Mon Sep 17 00:00:00 2001 From: Sebastian Spier Date: Tue, 6 Dec 2022 13:48:46 +0100 Subject: [PATCH 2/3] Fix linter issue. Add bullet formatting. Add missing Context headline. --- .../initiative-keeps-getting-pushed-back.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/patterns/2-structured/initiative-keeps-getting-pushed-back.md b/patterns/2-structured/initiative-keeps-getting-pushed-back.md index 690ed18d0..6c88faaf1 100644 --- a/patterns/2-structured/initiative-keeps-getting-pushed-back.md +++ b/patterns/2-structured/initiative-keeps-getting-pushed-back.md @@ -10,11 +10,15 @@ Launching an InnerSource initiative may fail due to business pressures taking fi InnerSource initiative changes are perceived as a good and desirable thing, but to be applied in the future. As a consequence of tight deadlines this future never comes and teams, in the best case, ends up around the {Low Level Micro Management} pattern. +## Context + +* ??? + ## Forces -Business priorities take up all the development time -Teams lack the agency to enact desired initiatives -Needing to do all at once prevents small progress to be made +* Business priorities take up all the development time +* Teams lack the agency to enact desired initiatives +* Needing to do all at once prevents small progress to be made ## Solutions @@ -22,9 +26,9 @@ Work on each InnerSource area step by step. Do not try to fix everything at the ## Resulting Context -Step by step, InnerSource strategies and processes are added to the daily work of the projects. +Step by step, InnerSource strategies and processes are added to the daily work of the projects. -## Known Instances +## Known Instances Santander Bank @@ -39,6 +43,6 @@ Alberto Pérez García-Plaza Daniel Izquierdo Cortázar Addie Girouard -## Acknowledgements +## Acknowledgements Igor Zubiaurre From 04f0cd5ddc37b9bd82792bdb14cd0c7113ed19c2 Mon Sep 17 00:00:00 2001 From: Sebastian Spier Date: Tue, 6 Dec 2022 13:49:42 +0100 Subject: [PATCH 3/3] Fix one more linter issue --- patterns/2-structured/initiative-keeps-getting-pushed-back.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/2-structured/initiative-keeps-getting-pushed-back.md b/patterns/2-structured/initiative-keeps-getting-pushed-back.md index 6c88faaf1..dfe1ebd90 100644 --- a/patterns/2-structured/initiative-keeps-getting-pushed-back.md +++ b/patterns/2-structured/initiative-keeps-getting-pushed-back.md @@ -32,7 +32,7 @@ Step by step, InnerSource strategies and processes are added to the daily work o Santander Bank -## Status +## Status Structured Published internally in Santander Bank; drafted via pull-request in December of 2022