• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PyTorch Governance | Build + CI
2===============================
3
4How to Add a New Maintainer
5---------------------------
6
7For the person to be a maintainer, a person needs to:
8
9* Land at least six commits to the related part of the PyTorch repository
10* At least one of these commits must be submitted in the last six months
11
12To add a qualified person to the maintainers' list, please create
13a PR that adds a person to the `persons of interests <https://pytorch.org/docs/main/community/persons_of_interest.html>`__ page and
14`merge_rules <https://github.com/pytorch/pytorch/blob/main/.github/merge_rules.yaml>`__ files. Current maintainers will cast their votes of
15support. Decision criteria for approving the PR:
16
17* Not earlier than two business days passed before merging (ensure the majority of the contributors have seen it)
18* PR has the correct label (`module: ci`)
19* There are no objections from the current maintainers
20* There are at least three net *thumbs up* from current maintainers (or all maintainers vote *thumbs up* when the module has less than 3 maintainers).
21