Skip to content

Commit 11e1785

Browse files
authored
Add BBC to users of the Governance Levels pattern (#764)
* 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".
1 parent 19ba26e commit 11e1785

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

patterns/1-initial/governance-levels.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Examples of common InnerSource operating models (1) are:
6565

6666
- **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.
6767
- **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.
68-
- **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.
68+
- **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.
6969

7070
Examples of promoting the model names (3) are:
7171

@@ -83,6 +83,7 @@ Examples of promoting the model names (3) are:
8383

8484
## Known Instances
8585

86+
* BBC - referenced in this talk: [Ownership in a DevOps and InnerSource environment - Tom Sadler (BBC)](https://www.youtube.com/watch?v=O8TK7QG3FjM)
8687
* Flutter Entertainment
8788

8889
![InnerSource Pyramid used by Flutter Entertainment](../../assets/img/flutter-pyramid.svg)

0 commit comments

Comments
 (0)