Skip to content

Commit

Permalink
docs: add maintainers file
Browse files Browse the repository at this point in the history
  • Loading branch information
leynier committed Jan 20, 2022
1 parent 6316827 commit 2f5f005
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ In the interest of fostering an open and welcoming environment, please review an
## Code and copy reviews

All submissions, including submissions by project members, require review. We
use GitHub pull requests for this purpose. Consult
[GitHub Help](https://help.github.com/articles/about-pull-requests) for more
information on using pull requests.
use GitHub pull requests for this purpose. After filing a pull request, please tag any two of the [current maintainers](./MAINTAINERS.md) to request a review.

## Report an issue

Expand All @@ -27,6 +25,5 @@ When making pull requests to the repository, make sure to follow these guideline

- Before creating a pull request, file a GitHub Issue so that maintainers and the community can discuss the problem and potential solutions before you spend time on an implementation.
- In your PR's description, link to any related issues or pull requests to give reviewers the full context of your change.
- For commit messages, follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0) format.
- For commit messages, follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format.
- For example, if you update documentation for a specific extension, your commit message might be: `docs(extension-name) updated installation documentation`.
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
14 changes: 14 additions & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
This page lists all active maintainers of this repository. If you were a maintainer and would like to add your name to the Emeritus list, please send us a PR.

See CONTRIBUTING.md for general contribution guidelines.

# Maintainers (in alphabetical order)

- [anand2312](https://github.com/anand2312)
- [dreinon](https://github.com/dreinon)
- [J0](https://github.com/J0)
- [leynier](https://github.com/leynier)

# Emeritus Maintainers (in alphabetical order)

- [fedden](https://github.com/fedden)

0 comments on commit 2f5f005

Please sign in to comment.