Skip to content

Commit

Permalink
Added generic maintainers responsibilities.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock committed Jun 2, 2021
1 parent 5b3a61b commit f45ebe6
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 4 deletions.
23 changes: 23 additions & 0 deletions ADMINS.md
Original file line number Diff line number Diff line change
@@ -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.
41 changes: 40 additions & 1 deletion MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 1 addition & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -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 [email protected].
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 [email protected]. Please do **not** create a public GitHub issue.

0 comments on commit f45ebe6

Please sign in to comment.