|
| 1 | +- [Overview](#overview) |
| 2 | +- [Current Maintainers](#current-maintainers) |
| 3 | +- [Maintainer Responsibilities](#maintainer-responsibilities) |
| 4 | + - [Uphold Code of Conduct](#uphold-code-of-conduct) |
| 5 | + - [Prioritize Security](#prioritize-security) |
| 6 | + - [Review Pull Requests](#review-pull-requests) |
| 7 | + - [Triage Open Issues](#triage-open-issues) |
| 8 | + - [Be Responsive](#be-responsive) |
| 9 | + - [Maintain Overall Health of the Repo](#maintain-overall-health-of-the-repo) |
| 10 | + - [Use Semver](#use-semver) |
| 11 | + - [Release Frequently](#release-frequently) |
| 12 | + - [Promote Other Maintainers](#promote-other-maintainers) |
| 13 | + |
| 14 | +## Overview |
| 15 | + |
| 16 | +This document explains who the maintainers are (see below), what they do in this repo, and how they should be doing it. If you're interested in contributing, see [CONTRIBUTING](CONTRIBUTING.md). |
| 17 | + |
| 18 | +## Current Maintainers |
| 19 | + |
| 20 | +| Maintainer | GitHub ID | Affiliation | |
| 21 | +|------------------------| --------------------------------------- | ----------- | |
| 22 | +| Vamshi Vijay Nakkirtha | [vamshin](https://github.com/vamshin) | Amazon | |
| 23 | +| Sean Zheng | [sean-zheng-amazon](https://github.com/sean-zheng-amazon) | Amazon | |
| 24 | +| Jack Mazanec | [jmazanec15](https://github.com/jmazanec15) | Amazon | |
| 25 | + |
| 26 | + |
| 27 | +## Maintainer Responsibilities |
| 28 | + |
| 29 | +Maintainers are active and visible members of the community, and have [maintain-level permissions on a repository](https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-permission-levels-for-an-organization). Use those privileges to serve the community and evolve code as follows. |
| 30 | + |
| 31 | +### Uphold Code of Conduct |
| 32 | + |
| 33 | +Model the behavior set forward by the [Code of Conduct](CODE_OF_CONDUCT.md) and raise any violations to other maintainers and admins. |
| 34 | + |
| 35 | +### Prioritize Security |
| 36 | + |
| 37 | +Security is your number one priority. Maintainer's Github keys must be password protected securely and any reported security vulnerabilities are addressed before features or bugs. |
| 38 | + |
| 39 | +Note that this repository is monitored and supported 24/7 by Amazon Security, see [Reporting a Vulnerability](SECURITY.md) for details. |
| 40 | + |
| 41 | +### Review Pull Requests |
| 42 | + |
| 43 | +Review pull requests regularly, comment, suggest, reject, merge and close. Accept only high quality pull-requests. Provide code reviews and guidance on incomming pull requests. Don't let PRs be stale and do your best to be helpful to contributors. |
| 44 | + |
| 45 | +### Triage Open Issues |
| 46 | + |
| 47 | +Manage labels, review issues regularly, and triage by labelling them. |
| 48 | + |
| 49 | +All repositories in this organization have a standard set of labels, including `bug`, `documentation`, `duplicate`, `enhancement`, `good first issue`, `help wanted`, `blocker`, `invalid`, `question`, `wontfix`, and `untriaged`, along with release labels, such as `v1.0.0`, `v1.1.0`, `v2.0.0`, `patch`, and `backport`. |
| 50 | + |
| 51 | +Use labels to target an issue or a PR for a given release, add `help wanted` to good issues for new community members, and `blocker` for issues that scare you or need immediate attention. Request for more information from a submitter if an issue is not clear. Create new labels as needed by the project. |
| 52 | + |
| 53 | +### Be Responsive |
| 54 | + |
| 55 | +Respond to enhancement requests, and forum posts. Allocate time to reviewing and commenting on issues and conversations as they come in. |
| 56 | + |
| 57 | +### Maintain Overall Health of the Repo |
| 58 | + |
| 59 | +Keep the `main` branch at production quality at all times. Backport features as needed. Cut release branches and tags to enable future patches. |
| 60 | + |
| 61 | +### Use Semver |
| 62 | + |
| 63 | +Use and enforce [semantic versioning](https://semver.org/) and do not let breaking changes be made outside of major releases. |
| 64 | + |
| 65 | +### Release Frequently |
| 66 | + |
| 67 | +Make frequent project releases to the community. |
| 68 | + |
| 69 | +### Promote Other Maintainers |
| 70 | + |
| 71 | +Assist, add, and remove [MAINTAINERS](MAINTAINERS.md). Exercise good judgement, and propose high quality contributors to become co-maintainers. |
0 commit comments