1
2This document describes basic expectations for maintainers. To become a maintainer, start taking on these responsibilities. Consistent contributors then discuss with existing maintainers to become the official [MAINTAINERS](./MAINTAINERS).
3
4### Top-level maintainer
5
6- Running the etcd release processes
7- Ownership of test and debug infrastructure
8- Resolve or redirect issues to keep the issue count low (goal: under 100)
9- Regularly review pull requests across all pkgs
10- Providing cross pkg design review
11
12### Package/feature maintainer
13
14- Ownership of test and debug failures in a pkg/feature
15- Resolution of bugs triaged to a package/feature
16- Regularly review pull requests to the pkg subsystem
17