-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgovernance.html
162 lines (116 loc) · 3.86 KB
/
governance.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
---
title: "Governance"
quote:
text: "Evil begins when you begin to treat people as things."
author: "Terry Pratchett"
---
# What problems are we trying to solve?
- Opaque decision making
- "Apparently we have rules…"
- The tyranny of structurelessness
- "It's not what you know, it's who you know."
- A low lottery factor
- "They left and now no one knows how to do this."
- Low productivity
- "Oh no: not another meeting…"
---
# Martha's Rules
## Putting forward a proposal
- Anyone can put forward a proposal by filing it at least 24 hours before a scheduled meeting
- One-line summary
- Background information
- Concrete proposal
- Pros and cons
- Alternatives
- At most two pages (preferably shorter)
---
# Martha's Rules
## Establishing a quorum
- A quorum is established if half or more of voting members are present
- …which means there must be:
- A written rule about how to become a member
- A written rule about when and how someone stops being a member
- The meeting may not discuss or vote on a proposal unless its sponsor (or their delegate) is present.
---
# Martha's Rules
## Sense vote
- The sponsor has 5 minutes to present the proposal
- Members cast a *sense vote*: support, neutral, or oppose
- If everyone supports or is neutral, pass immediately
- If a majority is opposed or neutral, send proposal back to sponsor for further work
---
# Martha's Rules
## Discussion and final vote
- If a minority of members oppose, set a timer for 10 minutes of moderated discussion
- Then call a final binary vote
- Everyone must support or oppose (no neutral votes allowed)
- If a majority support, the proposal is accepted
- Otherwise, it is returned to the sponsor for further work
---
# Roles and responsibilities
- Gives you a list of what actually needs to be done
- It's always longer than you first expect
- Tells everyone who to go to for what
- Particularly when their first choice is on holiday
- Helps with succession planning
- "We don't have anyone who does that any more…"
---
# Roles and responsibilities
| Role | Task |
| ---- | ---- |
| admin | merge PRs |
| admin | assign issues |
| contributor | publish blog posts |
| contributor | file issues |
| Person | Roles |
| ---- | ---- |
| ghopper | admin |
| kjohnson | admin, contributor |
| aturing | contributor |
| bwk | contributor |
---
# How to run a meeting
## Before
- Decide if there actually needs to be one
- If the only purpose is to share information, the answer is "no"
- Write and circulate an agenda with timings
- "Our open issues on GitHub" is not an agenda
- Put the most important or contentious things first
- 20 minutes on coffee club and 5 minutes on budget is probably not the right balance
---
# How to run a meeting
## During
- Pick a moderator
- They always pick the next person to speak
- When they want to make point, be clear that they're speaking as themselves as not as the moderator
- Require politeness
- No interruptions, no rudeness, no rambling
- Devices down
- Unless required for accessibility
---
# How to run a meeting
## During
- Take notes
- Of the meeting as a whole
- While others speak so that you can ask good questions
- Keep a backlog
- Stops conversation going off track
- Helps with time management
---
# How to run a meeting
## After
- Circulate the minutes
- Email + a wiki page or a file in version control
- Be clear where discussion should go
- File or update action items
- GitHub issue tracker is a good place
---
<h1 class="exercise">Decision making</h1>
1. What decisions has your project made recently?
1. Who made them?
1. Where are they recorded?
---
<h1 class="exercise">Roles and responsibilities</h1>
1. List a dozen things people do to keep your project going in Column A.
1. List people who contribute to the project in Column B.
1. Draw lines to connect them. What roles can you identify?