From b860318d29b1e14494b8b9d74d14a6c9c5a446a8 Mon Sep 17 00:00:00 2001 From: Jeffrey Regan Date: Fri, 11 May 2018 11:10:14 -0700 Subject: [PATCH] add code of conduct --- README.md | 8 +++++++- code-of-conduct.md | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 code-of-conduct.md diff --git a/README.md b/README.md index 89ea92037..0221977ab 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,12 @@ [demos]: demos/README.md [imageBase]: docs/base.jpg [imageOverlay]: docs/overlay.jpg +[kubernetes style]: docs/glossary.md#kubernetes-style-object [kustomization]: docs/glossary.md#kustomization [overlay]: docs/glossary.md#overlay [resources]: docs/glossary.md#resource +[sig-cli]: https://github.com/kubernetes/community/blob/master/sig-cli/README.md [workflows]: docs/workflows.md -[kubernetes style]: docs/glossary.md#kubernetes-style-object `kustomize` is a command line tool supporting template-free customization of YAML (or JSON) objects @@ -56,3 +57,8 @@ Run `kustomize` on your overlay. The result is printed to `stdout` as a set of complete resources, ready to be [applied] to a cluster. See the [demos]. + + +## About + +This project sponsored by [sig-cli]. diff --git a/code-of-conduct.md b/code-of-conduct.md new file mode 100644 index 000000000..98e34bc24 --- /dev/null +++ b/code-of-conduct.md @@ -0,0 +1,6 @@ +[Kubernetes Community Code of Conduct]: https://git.k8s.io/community/code-of-conduct.md + +# Code of Conduct + +This project has adopted the +[Kubernetes Community Code of Conduct].