From 58d4a25ed5780700f9a4132fceb75159a1add992 Mon Sep 17 00:00:00 2001 From: Suvanjan Mukherjee Date: Tue, 9 Mar 2021 09:18:08 -0500 Subject: [PATCH 1/2] Invite maintainers from community --- CODEOWNERS | 2 +- OWNERS | 13 ------------- README.md | 10 ++++++++++ 3 files changed, 11 insertions(+), 14 deletions(-) delete mode 100644 OWNERS diff --git a/CODEOWNERS b/CODEOWNERS index 4140ecdfb..7baced5fa 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @smukherj1 @davegay @eytankidron +* @smukherj1 diff --git a/OWNERS b/OWNERS deleted file mode 100644 index 75683a127..000000000 --- a/OWNERS +++ /dev/null @@ -1,13 +0,0 @@ -# See Config struct in https://github.com/kubernetes/test-infra/blob/master/prow/repoowners/repoowners.go - -# Reviewers may be auto-assigned by blunderbuss -reviewers: -- smukherj1 -- davegay -- eytankidron - -# Approvers can /approve changes to files within this directory tree. -approvers: -- smukherj1 -- davegay -- eytankidron diff --git a/README.md b/README.md index dd19e78f7..99ea3ceea 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # Bazel Container Image Rules +## Are you interested in maintaining `rules_docker`? + +Given the maturity of `rules_docker` and its importance to so many Bazel users, +we believe that it's time to give the community more ownership in maintaining +these rules. If you are interested in helping to shape the growth of +`rules_docker`, ensuring that pull requests get processed in a timely manner, +and creating new tagged releases, please reach out to +rules-docker-users@googlegroups.com. + + Travis CI | Bazel CI :---: | :---: [![Build Status](https://travis-ci.org/bazelbuild/rules_docker.svg?branch=master)](https://travis-ci.org/bazelbuild/rules_docker) | [![Build status](https://badge.buildkite.com/693d7892250cfd44beea3cd95573388200935906a28cd3146d.svg)](https://buildkite.com/bazel/docker-rules-docker-postsubmit) From 09733d72e63aa92fbe3674ad2fc9ae36a486654b Mon Sep 17 00:00:00 2001 From: Suvanjan Mukherjee Date: Tue, 9 Mar 2021 09:34:59 -0500 Subject: [PATCH 2/2] address review comments --- CODEOWNERS | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 7baced5fa..5c884736c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @smukherj1 +* @smukherj1 @hicksjoseph diff --git a/README.md b/README.md index 99ea3ceea..e76a87c27 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bazel Container Image Rules -## Are you interested in maintaining `rules_docker`? +## Are you interested in helping maintain `rules_docker`? Given the maturity of `rules_docker` and its importance to so many Bazel users, we believe that it's time to give the community more ownership in maintaining