Skip to content

Commit 2f5f005

Browse files
authored
docs: add maintainers file
1 parent 6316827 commit 2f5f005

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ In the interest of fostering an open and welcoming environment, please review an
99
## Code and copy reviews
1010

1111
All submissions, including submissions by project members, require review. We
12-
use GitHub pull requests for this purpose. Consult
13-
[GitHub Help](https://help.github.com/articles/about-pull-requests) for more
14-
information on using pull requests.
12+
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.
1513

1614
## Report an issue
1715

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

2826
- 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.
2927
- In your PR's description, link to any related issues or pull requests to give reviewers the full context of your change.
30-
- For commit messages, follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0) format.
28+
- For commit messages, follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format.
3129
- For example, if you update documentation for a specific extension, your commit message might be: `docs(extension-name) updated installation documentation`.
32-
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md

MAINTAINERS.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
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.
2+
3+
See CONTRIBUTING.md for general contribution guidelines.
4+
5+
# Maintainers (in alphabetical order)
6+
7+
- [anand2312](https://github.com/anand2312)
8+
- [dreinon](https://github.com/dreinon)
9+
- [J0](https://github.com/J0)
10+
- [leynier](https://github.com/leynier)
11+
12+
# Emeritus Maintainers (in alphabetical order)
13+
14+
- [fedden](https://github.com/fedden)

0 commit comments

Comments
 (0)