diff --git a/src/docs/index.md b/src/docs/index.md index 594b146..9d0bbf9 100644 --- a/src/docs/index.md +++ b/src/docs/index.md @@ -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/` +- 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/-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/-admins` diff --git a/src/docs/team.md b/src/docs/team.md new file mode 100644 index 0000000..2a5fcb0 --- /dev/null +++ b/src/docs/team.md @@ -0,0 +1,32 @@ +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 + +Lacey Henschel is a Python engineer at [REVSYS](https://revsys.com) and a longtime contributor to the Django community as a conference organizer, volunteer, and speaker. She organized and coached at several workshops in the first years of [Django Girls](https://djangogirls.org), and contributed to the Django Girls organizer and coaching docs. Her favorite thing is helping complex topics go from "intimidating" to "totally doable" for people of all experience levels. +You can find out more about Lacey at her website [www.laceyhenschel.com](https://www.laceyhenschel.com). + +### Ryan Cheley + +Ryan Cheley is a Django enthusiast and one of the maintainers of [Django Packages](https://djangopackages.org/). He's been a Navigator for [Djangonaut Space](https://djangonaut.space/) and has spoken at DjangoCon US three times about topics ranging from fixing ORM bugs to building better error culture. You can find out more about Ryan at his website [www.ryancheley.com](https://www.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. diff --git a/src/mkdocs.yml b/src/mkdocs.yml index 105fa9b..0116ea5 100644 --- a/src/mkdocs.yml +++ b/src/mkdocs.yml @@ -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