Skip to content
Draft
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions src/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,33 @@ The following repositories are internal to Django Commons and are not actual lib
- [django-commons/membership](https://github.com/django-commons/membership): Membership repository for the django-commons organization.
- [django-commons/best-practices](https://github.com/django-commons/best-practices): A sample project with best practices for Django Commons projects.
- [django-commons/controls](https://github.com/django-commons/controls): The controls for managing Django Commons projects

## Django Commons Members

Django Commons has a few bands of members. There is the broad membership role

- Members
- The broad membership role which anyone is welcome to join (see [How to join as a contributor?](#how-to-join-as-a-contributor)).
- Mention with `@django-commons/members` - USE SPARINGLY!
- Admins
- The group that administers the Django Commons organization. Find out more on the [Team page](/team/).
- Mention with `@django-commons/admins`.
- Email at [django-commons-admins@googlegroups.com](mailto:django-commons-admins@googlegroups).
- Operations
- The subset of Admins that have the technical privilege to manage the GitHub organization and PyPI organization.
- Mention with `@django-commons/ops`
- Designers
- The group of members who are contribute to the projects and community specifically from a design perspective.
- Mention with `@django-commons/designers`
- Project Members
- The group of members dedicated to a specific repository.
- This role grants the members Triage permission for the repository.
- Mention with `@django-commons/<repository>`
- Project Committers
- The group of members who can commit changes to main for a repository.
- This role grants the members Commit permission for the repository.
- Mention with `@django-commons/<repository>-committers`
- Project Admins:
- The group of members who are the admins for a repository.
- This role grants the members Admin permission for the repository.
- Mention with `@django-commons/<repository>-admins`
31 changes: 31 additions & 0 deletions src/docs/team.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
The membership of Django Commons can be viewed on GitHub here: TODO

## Current Admins

Django Commons is currently administered by the following people. If you'd like to join them, ... TODO

### Daniel Moran

You can find out more about Daniel on his [GitHub page](https://github.com/cunla).

### Lacey Henschel

You can find out more about Lacey at her website [www.laceyhenschel.com](https://www.laceyhenschel.com).

### Ryan Cheley

You can find out more about Ryan at his website [ryancheley.com](https://ryancheley.com).

### Storm Heg

You can find out more about Storm at his website [stormheg.co](https://stormheg.co).

### Tim Schilling

Tim is a Django/Python developer who has become very involved in the Django community over the past few years. He started by helping maintain the `django-debug-toolbar` library and has moved to help in other areas, including [Djangonaut Space](https://djangonaut.space), Django Commons, and the [Django Steering Council](https://github.com/django/steering-council) (6.x series). Tim also was a [DEFNA](https://defna.org) director and a [DjangoCon US](https://djangocon.us) organizer. Beyond community organizing Tim likes to bake bread 🍞, brew beer 🍻, ferment hot sauce 🌶️ and as of 2025, roast coffee ☕.

You can find out more about Tim at his website [www.better-simple.com](https://www.better-simple.com).

## Past Admins

There currently are no past members.
3 changes: 2 additions & 1 deletion src/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ theme:
nav:
- Home: index.md
- FAQ: faq.md
- Funding: funding.md
- Governance: governance.md
- Media: media.md
- Team: team.md
- Values: values.md
- Funding: funding.md