Skip to content

Commit

Permalink
Merge pull request etcd-io#18448 from thedtripp/backportOwnersFile2
Browse files Browse the repository at this point in the history
Complete backport of OWNERS file.
  • Loading branch information
jmhbnz committed Aug 16, 2024
2 parents 1956a47 + eec63af commit 0b9e171
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 55 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This is a rough outline of what a contributor's workflow looks like:
- Make sure commit messages are in the proper format (see below).
- Push changes in a topic branch to a personal fork of the repository.
- Submit a pull request to etcd-io/etcd.
- The PR must receive a LGTM from two maintainers found in the MAINTAINERS file.
- The PR must receive a LGTM from two maintainers found in the OWNERS file.

Thanks for contributing!

Expand Down
2 changes: 1 addition & 1 deletion Documentation/op-guide/supported-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The following table lists etcd support status for common architectures and opera
| 386 | Linux | Unstable | |
| ppc64le | Linux | Stable | etcd maintainers, @mkumatag |

* etcd-maintainers are listed in https://github.com/etcd-io/etcd/blob/master/MAINTAINERS.
* etcd-maintainers are listed in https://github.com/etcd-io/etcd/blob/master/OWNERS.

Experimental platforms appear to work in practice and have some platform specific code in etcd, but do not fully conform to the stable support policy. Unstable platforms have been lightly tested, but less than experimental. Unlisted architecture and operating system pairs are currently unsupported; caveat emptor.

Expand Down
18 changes: 0 additions & 18 deletions MAINTAINERS

This file was deleted.

16 changes: 0 additions & 16 deletions MAINTAINERS_RULES.md

This file was deleted.

28 changes: 10 additions & 18 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
# See the OWNERS docs at https://go.k8s.io/owners

approvers:
- heyitsanthony
- philips
- fanminshi
- gyuho
- mitake
- jpbetz
- xiang90
- hexfusion
- ahrtr # Benjamin Wang <[email protected]> <[email protected]>
- jmhbnz # James Blair <[email protected]> <[email protected]>
- serathius # Marek Siarkowicz <[email protected]> <[email protected]>
- spzala # Sahdev Zala <[email protected]>
- wenjiaswe # Wenjia Zhang <[email protected]> <[email protected]>
reviewers:
- heyitsanthony
- philips
- fanminshi
- gyuho
- mitake
- jpbetz
- xiang90
- wenjiaswe
- jingyih
- hexfusion
- fuweid # Wei Fu <[email protected]>
- ivanvc # Ivan Valdes <[email protected]>
- siyuanfoundation # Siyuan Zhang <[email protected]> <[email protected]>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ See [reporting bugs](Documentation/reporting_bugs.md) for details about reportin

## Reporting a security vulnerability

A security vulnerability can be reported as an issue, however, GitHub and mailing lists may NOT always be an appropriate place for reporting vulnerabilities. In that case, please reach out to the project [MAINTAINERS](https://github.com/etcd-io/etcd/blob/master/MAINTAINERS) to first discuss the vulnerabilities with them and take necessary action per such discussion.
A security vulnerability can be reported as an issue, however, GitHub and mailing lists may NOT always be an appropriate place for reporting vulnerabilities. In that case, please reach out to the project [MAINTAINERS](https://github.com/etcd-io/etcd/blob/master/OWNERS) to first discuss the vulnerabilities with them and take necessary action per such discussion.

## Issue and PR management

Expand Down

0 comments on commit 0b9e171

Please sign in to comment.