-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial description of roles and responsibilities
- these are the initial roles and responsibilities we discussed at our meeting on 2016-07-14.
- Loading branch information
Cameron Lane
committed
Jul 15, 2016
0 parents
commit 5701b5d
Showing
3 changed files
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# PyATL Organizer Roles | ||
|
||
This document outlines the organizer roles for the PyATL community. | ||
|
||
|
||
## Contributing | ||
|
||
``` | ||
git clone [email protected]/pyatl/organizer-roles-resp | ||
git checkout -b branch-name-describing-changes | ||
cd organizer-roles-resp | ||
... Make changes to roles.md | ||
... Make changes to responsibilities.md | ||
git add roles.md responsibilities.md | ||
git commit -m 'Your message describing changes' | ||
git push -u origin branch-name-describing-changes | ||
... Create your pull request on github.com | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Responsibilities of PyATL Organizers | ||
|
||
## Organizational Oversight | ||
- Define leadership structure | ||
- Determine election cycle | ||
|
||
## Talks | ||
- Convincing people to talk | ||
- Advise on talk content | ||
- Schedule talks, with the following considerations: | ||
- Balance level | ||
- Variety of presenters | ||
- Schedule months in advance | ||
- Confirm week of meeting | ||
- Find backup speakers if necessary | ||
|
||
## Venue | ||
- Arrange venue to accommodate crowd (typically 40-50 per month) | ||
- preferably for free (food is also nice) | ||
- Confirm venue frequently | ||
- Venues for special events | ||
|
||
## Community Outreach | ||
- Meetup.com site | ||
- Job Board | ||
- Web Presence | ||
- Social Media | ||
- Slack? | ||
- Interface with other local Py\* groups | ||
- Interface with python.org organizers group | ||
- Mailing list management | ||
|
||
## Hosting Meetings | ||
- M.C. at the event, announcments | ||
- ensuring A/V for talks | ||
- Welcoming newcomers | ||
- Parking, directions, signage | ||
- Announcements, reminders prior to meetings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Roles |