From 4bc69a37f9fed3982938765e57861e766cf91da0 Mon Sep 17 00:00:00 2001 From: Isabel Drost-Fromm Date: Fri, 24 Jan 2025 14:03:30 +0100 Subject: [PATCH 1/2] Add BBC to users of the pattern In his talk about ownership in InnerSource at the BBC @tsadler1988 referenced moving to what he called distributed ownership. I also added the term "distributed ownership" to the existing "shared ownership". --- patterns/1-initial/governance-levels.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/patterns/1-initial/governance-levels.md b/patterns/1-initial/governance-levels.md index 2b64bee67..0e9d93054 100644 --- a/patterns/1-initial/governance-levels.md +++ b/patterns/1-initial/governance-levels.md @@ -65,7 +65,7 @@ Examples of common InnerSource operating models (1) are: - **Bug Reports and Issues Welcome**: People outside the core development team may use the code. They can submit feature requests and bug reports for things they would like to see changed. - **Contributions Welcome**: People outside the core development team may use the code. They can also make modifications and submit them to core team for inclusion. -- **Shared Ownership**: Members of different teams collaborate on the project as equal peers. Everyone has the ability to merge code. Everyone has an equal say on the project direction. Everyone has an equal say in who else to add to this group. +- **Shared Ownership** (sometimes called **Distributed Ownership**): Members of different teams collaborate on the project as equal peers. Everyone has the ability to merge code. Everyone has an equal say on the project direction. Everyone has an equal say in who else to add to this group. Examples of promoting the model names (3) are: @@ -83,6 +83,7 @@ Examples of promoting the model names (3) are: ## Known Instances +* BBC (see also [talk online](https://www.youtube.com/watch?v=O8TK7QG3FjM) * Flutter Entertainment ![InnerSource Pyramid used by Flutter Entertainment](../../assets/img/flutter-pyramid.svg) From b7dc828c5ec91cfa2e04d1d3ae6efd3a71112652 Mon Sep 17 00:00:00 2001 From: Sebastian Spier Date: Fri, 24 Jan 2025 14:40:58 +0100 Subject: [PATCH 2/2] Elaborating on the reference --- patterns/1-initial/governance-levels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/1-initial/governance-levels.md b/patterns/1-initial/governance-levels.md index 0e9d93054..75d19ee98 100644 --- a/patterns/1-initial/governance-levels.md +++ b/patterns/1-initial/governance-levels.md @@ -83,7 +83,7 @@ Examples of promoting the model names (3) are: ## Known Instances -* BBC (see also [talk online](https://www.youtube.com/watch?v=O8TK7QG3FjM) +* BBC - referenced in this talk: [Ownership in a DevOps and InnerSource environment - Tom Sadler (BBC)](https://www.youtube.com/watch?v=O8TK7QG3FjM) * Flutter Entertainment ![InnerSource Pyramid used by Flutter Entertainment](../../assets/img/flutter-pyramid.svg)