Skip to content
Merged
Show file tree
Hide file tree
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 GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@ core committers.
If a project is approved, a maintainer will add the project to the containerd
GitHub organization, and make an announcement on a public forum.

Core projects may have a separate maintainers list which are responsible for
only maintaining their subproject. The `MAINTAINERS` file of a core subproject
will only need to list the additional maintainers for that subproject-the core
maintainers will also be responsible for maintenance but do not need to be
appended to each subproject.

Please add the suggested text from our [Project core documents](./README.md#project-core-documents) section
to your `README.md`.

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ As a containerd sub-project, you will find the:
information in our [`containerd/project`](https://github.com/containerd/project) repository.
```

If the project has its own `MAINTAINERS` file, that file should contain a comment with a link to
the core `MAINTAINERS` file in `containerd/project` and mention it as additional maintainers.

### Non-core project documents

If your project is a non-core addition to the containerd GitHub organization, please
Expand Down