diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d4aeccdb..759718a2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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/jetcd. -- The PR must receive a LGTM from at least one maintainer found in the [MAINTAINERS](https://github.com/etcd-io/etcd/blob/master/MAINTAINERS) file. +- The PR must receive a LGTM from at least one maintainer found in the [OWNERS](https://github.com/etcd-io/jetcd/blob/main/OWNERS) file. Thanks for contributing! diff --git a/MAINTAINERS b/MAINTAINERS deleted file mode 100644 index 304393e8..00000000 --- a/MAINTAINERS +++ /dev/null @@ -1,4 +0,0 @@ -Fanmin Shi (@fanminshi) pkg:* -Luca Burgazzoli (@lburgazzoli) pkg:* -Xiang Li (@xiang90) pkg:* -Anthony Romano (@heyitsanthony) pkg:*