diff --git a/ADMINS.md b/ADMINS.md new file mode 100644 index 00000000000..e4a6c94b3a4 --- /dev/null +++ b/ADMINS.md @@ -0,0 +1,23 @@ +## Overview + +This document explains who the admins are (see below), what they do in this repo, and how they should be doing it. If you're interested in becoming a maintainer, see [MAINTAINERS](MAINTAINERS.md). If you're interested in contributing, see [CONTRIBUTING](CONTRIBUTING.md). + +## Current Admins + +| Admin | GitHub ID | Affiliation | +| --------------- | --------- | ----------- | +| Henri Yandell | [hyandell](https://github.com/hyandell) | Amazon | + +## Admin Responsibilities + +Admins are [MAINTAINERS](MAINTAINERS.md) and inherit all maintainer responsibilities. + +### Security + +Prioritize security above-all. You are responsible for safeguarding access and keys to the repository and the repository itself. + +Note that this repository is monitored and supported 24/7 by Amazon Security, see [Reporting a Vulnerability](SECURITY.md) for details. + +### Promote Maintainers + +Exercise good judgement, and invite high quality contributors to be co-maintainers of this repository. Support existing maintainers in electing co-maintainers. \ No newline at end of file diff --git a/MAINTAINERS.md b/MAINTAINERS.md index d6467795d39..7010218749d 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -1,3 +1,42 @@ -# Maintainers +## Overview + +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). + +## Current Maintainers + | Maintainer | GitHub ID | Affiliation | | --------------- | --------- | ----------- | +| Henri Yandell | [hyandell](https://github.com/hyandell) | Amazon | +| Daniel "dB." Doubrovkine | [dblock](https://github.com/dblock) | Amazon | + +## Maintainer Responsibilities + +### Code of Conduct + +Be an examplary practitioner of the guidelines set forward by the [Code of Conduct](CODE_OF_CONDUCT.md). + +### Security + +Prioritize security above-all. For example, maintainer's Github keys must be password protected securely and any reported security vulnerabilities are addressed before features or bugs. + +Note that this repository is monitored and supported 24/7 by Amazon Security, see [Reporting a Vulnerability](SECURITY.md) for details. + +### Review Pull Requests + +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. + +### Triage Open Issues + +Review issues regularly and triage by labelling issues. For example, add "help wanted" to good issues for new community members. Request for more information from a submitter if an issue is not clear. Create new labels as needed by the project. + +### Maintain Overall Health of the Repo + +Keep the main branch at production quality at all times. + +### Release Frequently + +Make frequent project releases to the community. + +### Promote Other Maintainers + +Exercise good judgement, and propose high quality contributors to become co-maintainers of this repository. Ask one of the [ADMINS](ADMINS.md) to add maintainers publicly. \ No newline at end of file diff --git a/SECURITY.md b/SECURITY.md index 9d3b4f23c00..0b85ca04ed2 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,5 +1,3 @@ ## Reporting a Vulnerability -If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security -via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/) or directly via email to aws-security@amazon.com. -Please do **not** create a public GitHub issue. +If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/) or directly via email to aws-security@amazon.com. Please do **not** create a public GitHub issue. \ No newline at end of file