Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add members to {action, docker} teams #90

Merged
merged 1 commit into from
Feb 11, 2025
Merged
Changes from all 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
6 changes: 6 additions & 0 deletions data/governance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,13 @@ teams:
- id: action
name: Docker Opam Action
description: The Docker Opam Action helps users to build and test their projects with Rocq using GitHub Actions.
default_role: Maintainer
members:
- name: Erik Martin-Dorel
github: erikmd
role: Team leader
- name: Théo Zimmermann
github: Zimmi48
- id: distribution
name: Packaging and Distribution
description: The Packaging and Distribution team is responsible for the packaging and distribution of the Rocq Prover.
Expand Down Expand Up @@ -259,10 +262,13 @@ teams:
- id: docker
name: Docker
description: The Docker team maintains the Rocq Docker images.
default_role: Maintainer
members:
- name: Erik Martin-Dorel
github: erikmd
role: Team leader
- name: Jaime Arias
github: himito
- id: documentation
name: Documentation
description: The Documentation team is responsible for the development and maintenance of the Rocq documentation.
Expand Down
Loading