File tree Expand file tree Collapse file tree 5 files changed +15
-1
lines changed
assets/img/governance-levels Expand file tree Collapse file tree 5 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -85,12 +85,26 @@ Examples of common project governance levels are:
8585 - People outside the core development team may use the code.
8686 - They can also make modifications and submit them to the core team for inclusion.
8787 - aka ** Guest Contributions**
88+ - ** Shared Write Access** :
89+ - People outside of the core development team can get write access to the project.
90+ - The core development team may decide to give these outside contributors additional leverage in the strategic direction of the project
91+ - Related Pattern: [ Trusted Committer] ( ../2-structured/trusted-committer.md )
8892- ** Shared Ownership** :
89- - Members of different teams collaborate on the project as equal peers.
93+ - Members of different teams (or even the entire teams) collaborate on the project as equal peers.
9094 - Everyone has the ability to merge code.
9195 - Everyone has an equal say on the project direction.
9296 - Everyone has an equal say in who else to add to this group.
9397 - aka ** Distributed Ownership** , ** Maintainers in Multiple Team**
98+ - Related Pattern: [ Group Support] ( ../2-structured/group-support.md )
99+
100+
101+ <img width =" 50% " src =" ../../assets/img/governance-levels/1.png " />
102+
103+ <img width =" 50% " src =" ../../assets/img/governance-levels/2.png " />
104+
105+ <img width =" 50% " src =" ../../assets/img/governance-levels/3.png " />
106+
107+ <img width =" 50% " src =" ../../assets/img/governance-levels/4.png " />
94108
95109### Example: Different Ways of Promoting the Governance Levels
96110
You can’t perform that action at this time.
0 commit comments