Skip to content

Commit ce52691

Browse files
deveaud-mfgreinachernejch
authored
feat: add initial draft of a new pattern 'walk the InnerSource talk' (#813)
* feat: add initial draft of a new pattern 'walk the InnerSource talk' This pattern has been collaboratively written by the team behind the social coding platform at Siemens, summarizing key lessons learned from implementing Open Source methodologies across diverse and globally distributed development teams. --------- Co-authored-by: Florian Greinacher <florian@greinacher.de> Co-authored-by: Nejc Habjan <hab.nejc@gmail.com>
1 parent 99c3c83 commit ce52691

File tree

2 files changed

+165
-0
lines changed

2 files changed

+165
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Our mission
9494
* [Internal Developer Platform](/patterns/1-initial/internal-developer-platform.md) - *As InnerSource adoption increases throughout an organisation, it is not unusual that project teams start to face inefficiencies in scaling their efforts due to fragmented tooling, environments, and workflows. An Internal Developer Platform (IDP) provides a way to tackle this type of challenges through a centralized, self-service system that standardizes development environments and integrates tools to enhance consistency, collaboration, and developer productivity.*
9595
* [Document Architecture Decisions](/patterns/1-initial/document-architecture-decisions.md) - *InnerSource contributors often face challenges in grasping the system's design rationale, which can result in misalignment between maintainers, contributors, and stakeholders — potentially discouraging participation. To enhance decision-making and transparency, we recommend capturing architecture decisions and their consequences in a lightweight, accessible format to streamline onboarding, clarify decisions, and support long-term project sustainability.*
9696
* [InnerSource Incentives and Disincentives](/patterns/1-initial/incentives-and-disincentives.md) - *Lack of awareness for incentives as well well as disincentives for InnerSource contribution decrease the chances of an InnerSource project receiving contributions; this is addressed by sharing a comprehensive list of potential incentives and disincentives.
97+
* [Walk the InnerSource talk](/patterns/1-initial/walk-the-innersource-talk.md) - *Teams across the organization are encouraged to adopt InnerSource principles such as working openly, sharing code, and collaborating transparently. But, if the team behind the InnerSource initiative doesn’t follow these practices themselves, it undermines credibility and adoption. Therefore, this team should lead by example: documenting their decisions as code, working in the open, and treating their work as an InnerSource project to build trust and show others how it’s done.*
9798

9899
<!--
99100
NOTE: The 'Initial' Patterns below don't have a Patlet yet, which is essential for readers to quickly browse our patterns.
Lines changed: 164 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
1+
## Title
2+
3+
Walk the InnerSource talk
4+
5+
## Patlet
6+
7+
Teams across the organization are encouraged to adopt InnerSource principles such as working openly, sharing code, and
8+
collaborating transparently. But, if the team behind the InnerSource initiative doesn’t follow these practices
9+
themselves, it undermines credibility and adoption. Therefore, this team should lead by example: documenting their
10+
decisions as code, working in the open, and treating their work as an InnerSource project to build trust and show others
11+
how it’s done.
12+
13+
## Problem
14+
15+
The team behind the InnerSource initiative promotes transparency, collaboration, and best practices across the
16+
organization. However, if the team itself does not adhere to these principles, others may perceive InnerSource as mere
17+
rhetoric rather than a transformative practice. Without leading by example, adoption and trust in InnerSource
18+
initiatives may suffer.
19+
20+
## Story
21+
22+
At Siemens, when the InnerSource journey began, many of the early contributors were deeply inspired by the Open Source
23+
culture, several were also active participants in community projects. For them, setting up an InnerSource platform
24+
wasn’t a stretch; it was a natural continuation of how they already worked: asynchronously across locations, sharing
25+
ideas through issues, and documenting decisions transparently.
26+
27+
This Open Source-inspired mindset gave the InnerSource platform a distinctly different character - transparent,
28+
collaborative, and developer-friendly - compared to the closed, proprietary environments many developers were used to.
29+
Unsurprisingly, it quickly attracted experts and engineers seeking more open, cross-team collaboration and meaningful
30+
technical exchange.
31+
32+
## Context
33+
34+
In many large organizations, IT services rely on what we might call a “TicketOps” model: users submit requests into a
35+
system, but the people and decisions behind the process remain invisible. This lack of transparency often breeds
36+
frustration and mistrust, making true collaboration across departments difficult.
37+
38+
In contrast, developer-centric initiatives like InnerSource thrive on openness and shared ownership. Instead of hiding
39+
behind tickets, teams work in open repositories, discuss decisions transparently, and empower others to contribute. This
40+
shift fosters trust, reduces the frustration of not knowing what happens behind the scenes, accelerates problem-solving,
41+
and turns support into collaboration.
42+
43+
## Forces
44+
45+
### What makes the problem difficult?
46+
47+
- In large, traditionally structured organizations, teams - especially platform, architecture, or governance groups -
48+
are often used to working behind closed doors. Decision-making happens in meetings, documentation is internal or
49+
scattered, and ownership is unclear. Shifting to transparent, open collaboration requires both cultural change and a
50+
reevaluation of existing workflows.
51+
- Working in the open can feel scary - when everything is public, people might hold back from contributing because they worry their work isn't perfect enough. This fear of not being "good enough" can stop many valuable ideas from being shared.
52+
- People in central roles may fear scrutiny, overload from unsolicited input, or loss of control.
53+
- Moving towards open collaboration demands more discipline in documentation, async communication, and community management -
54+
skills not always prioritized in internal tooling teams.
55+
56+
### What are the trade-offs?
57+
58+
- **Transparency vs. Control**: Sharing decisions and code openly fosters trust, invites valuable feedback, and
59+
increases acceptance, especially when people feel included in the process. However, it also requires a mindset shift:
60+
embracing open discussion, being comfortable with disagreement, and being willing to justify decisions in public and
61+
potentially critical forums.
62+
- **Speed vs. Quality**: working transparently can slow things down in the short term compared to quick, closed
63+
decision-making. However, this slower pace often leads to higher-quality outcomes: better-informed decisions, fewer
64+
misunderstandings, and solutions that are easier to maintain.
65+
- **Effort vs. Reuse**: documenting decisions, maintaining contribution guidelines, and curating issues takes time. But
66+
this investment leads to higher reusability, easier onboarding, and better scaling of knowledge.
67+
- **Risk vs. Trust**: opening up work may expose mistakes or half-finished ideas. But by showing authentic work in
68+
progress, teams build credibility and foster trust across organizational boundaries.
69+
70+
The solution - working in the open, documenting decisions transparently, and following InnerSource best practices
71+
internally - addresses these forces by modeling the desired behavior. It increases alignment with developer
72+
expectations, improves trust in the initiative, and helps shift the broader organizational culture over time.
73+
74+
## Solutions
75+
76+
Rather than **telling** the teams in your organization how to practice InnerSource, find ways to **show** them how to do it.
77+
78+
This role-modelling of the desired behaviors can be done by any team. However the more central that team is, i.e. the more touch points it has with other teams,
79+
the more effective this role-modelling will be as it disseminates the InnerSource behaviors into many different teams and parts of the organization.
80+
81+
Therefore, we recommend to identify some central teams (e.g. platform teams, DevEx teams, enablement teams, or maybe even the team behind the InnerSource initiative to do this role-modelling.
82+
83+
✅ Verified Resolutions
84+
85+
These have been successfully applied in real-world InnerSource initiatives (including at Siemens) and are known to help
86+
solve the problem:
87+
88+
1. Use version-controlled repositories for all InnerSource-related assets (policies, guidelines, tooling code,
89+
documentation), accessible to all relevant developers.
90+
1. Make decisions in the open by using issue trackers and discussions rather than closed-door meetings or emails.
91+
1. Apply contribution workflows to internal platforms and tools exactly as recommended for InnerSource projects: open
92+
pull requests, reviews, contribution guidelines, etc.
93+
1. Document frequently asked questions (FAQs), design rationales, and change histories transparently, as part of the
94+
repositories.
95+
1. Encourage asynchronous collaboration, especially across locations and time zones, to foster inclusiveness and reduce
96+
dependency on synchronous coordination.
97+
1. Guide new contributors with patience and understanding, creating a welcoming environment where mistakes are seen as learning opportunities. Provide constructive feedback in a respectful and supportive manner, remembering that everyone was once a beginner.
98+
99+
💡 Possible Resolutions
100+
101+
These could be explored to address the problem further, depending on organizational context and maturity:
102+
103+
1. Create InnerSource “meta-projects” that transparently host governance decisions, tooling roadmaps, and shared
104+
architecture discussions - open to comment and contribution from the developer community.
105+
1. Embed technical community leads or advocates into platform/tooling teams to help translate feedback and improve
106+
transparency across organizational layers.
107+
1. Use lightweight tooling (e.g. chat bots, dashboards) to surface changes, decisions, and contributions happening
108+
within InnerSource-supporting teams, making their work more visible and discoverable.
109+
1. Promote a “working out loud” culture through internal blogs, changelogs, or recorded demos where teams share updates
110+
and learnings openly - even outside of the InnerSource platform.
111+
1. Set up health checks or self-assessments for InnerSource-supporting teams to reflect on how well they themselves are
112+
practicing the principles they advocate.
113+
114+
## Resulting Context
115+
116+
When the team behind the InnerSource initiative consistently applies the same principles they promote - working
117+
transparently, documenting decisions, and enabling contributions - credibility increases across the organization.
118+
Developers begin to see the InnerSource approach as authentic and achievable, not just aspirational.
119+
120+
This fosters greater trust, encourages broader adoption, and creates a feedback loop where teams start to mirror these
121+
practices in their own projects. The organization gradually shifts toward a more open, collaborative engineering
122+
culture.
123+
124+
However, this transparency can also surface new challenges, such as increased demand for contributions, the need for
125+
community moderation, or pressure on core maintainers. These may lead to follow-up patterns like "Growing a Trusted
126+
Committer Base" or "InnerSource Project Lifecycle Management" to ensure sustainability.
127+
128+
## Known Instances
129+
130+
- **Siemens** - The experts behind the InnerSource initiative applied the same principles they advocated, developing key
131+
assets such as documentation portals and contribution tooling transparently in shared repositories. Discussions about
132+
governance, onboarding, and platform features were handled openly using issue trackers and pull requests. This visible
133+
commitment to openness not only boosted trust among developers but also encouraged other teams to adopt similar
134+
practices, accelerating InnerSource adoption organically across departments.
135+
136+
- **Eurospace** - This pattern was also successfully applied at Eurospace, details about this case study can be found in
137+
the book [Adopting InnerSource](https://innersourcecommons.org/documents/books/AdoptingInnerSource.pdf) by Danese Cooper
138+
and Klaas-Jan Stol (O'REILLY), see in particular the chapter _Leading by Example_.
139+
140+
## Status
141+
142+
- Initial
143+
144+
## Author(s)
145+
146+
- Florian Greinacher (Siemens AG)
147+
- Marion Deveaud (Siemens AG)
148+
- Nejc Habjan (Siemens AG)
149+
- Roger Meier (Siemens AG)
150+
151+
## Acknowledgments
152+
153+
- Antoine Auger (Siemens AG)
154+
- Diego Louzan
155+
- Ercan Uçan (Siemens AG)
156+
- Fabio Huser (Siemens AG)
157+
- Max Wittig (Siemens AG)
158+
159+
## Alias
160+
161+
- Show, don't tell
162+
- Lead by example
163+
- Dogfooding the InnerSource behaviors
164+
- Role-modelling the InnerSource behaviors

0 commit comments

Comments
 (0)