From 7658176ce9fe1e71aa2cef3c2cd3d04e0a2ff751 Mon Sep 17 00:00:00 2001 From: Kris Nova Date: Wed, 20 Jun 2018 10:50:17 -0700 Subject: Adding OWNERS and README.md for keps/sig-aws --- keps/sig-aws/OWNERS | 6 ++++++ keps/sig-aws/README.md | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 keps/sig-aws/OWNERS create mode 100644 keps/sig-aws/README.md diff --git a/keps/sig-aws/OWNERS b/keps/sig-aws/OWNERS new file mode 100644 index 00000000..e4cd8727 --- /dev/null +++ b/keps/sig-aws/OWNERS @@ -0,0 +1,6 @@ +reviewers: + - sig-aws-leads +approvers: + - sig-aws-leads +labels: + - sig/aws \ No newline at end of file diff --git a/keps/sig-aws/README.md b/keps/sig-aws/README.md new file mode 100644 index 00000000..723ae640 --- /dev/null +++ b/keps/sig-aws/README.md @@ -0,0 +1,3 @@ +# SIG AWS KEPs + +This directory contains KEPs related to [SIG AWS](https://github.com/kubernetes/community/tree/master/sig-aws) -- cgit v1.2.3 From 71e95657b2f20c61ae7eb4c7c60543b3b2ee0e37 Mon Sep 17 00:00:00 2001 From: Kris Nova Date: Fri, 22 Jun 2018 10:35:08 -0700 Subject: Using relative path for sig-aws --- keps/sig-aws/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keps/sig-aws/README.md b/keps/sig-aws/README.md index 723ae640..525cb618 100644 --- a/keps/sig-aws/README.md +++ b/keps/sig-aws/README.md @@ -1,3 +1,3 @@ # SIG AWS KEPs -This directory contains KEPs related to [SIG AWS](https://github.com/kubernetes/community/tree/master/sig-aws) +This directory contains KEPs related to [SIG AWS](/sig-aws) -- cgit v1.2.3