Merge pull request #779 from containerd/update-governance-add-projects

Formalize process for adding new projects
This commit is contained in:
Michael Crosby 2017-04-28 14:33:11 -07:00 committed by GitHub
commit ffb6b4ce39

View File

@ -59,6 +59,23 @@ If a candidate is approved, a maintainer will contact the candidate to invite
the candidate to open a pull request that adds the contributor to the the candidate to open a pull request that adds the contributor to the
MAINTAINERS file. The candidate becomes a maintainer once the pull request is MAINTAINERS file. The candidate becomes a maintainer once the pull request is
merged. merged.
"""
[Rules.adding-sub-projects]
title = "How are sub projects added?"
text = """
Similar to adding maintainers, new sub projects can be added to containerd
GitHub organization as long as they adhere to the CNCF
[charter](https://www.cncf.io/about/charter/) and mission. After a project
proposal has been announced on a public forum (GitHub issue or mailing list),
the existing maintainers are given five business days to discuss the new
project, raise objections and cast their vote. Projects must be approved by at
least 66% of the current maintainers by adding their vote.
If a project is approved, a maintainer will add the project to the containerd
GitHub organization, and make an announcement on a public forum.
""" """
[Rules.stepping-down-policy] [Rules.stepping-down-policy]