From 00d5b4920a2f50903b4137d190a0226eae2a2d27 Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Tue, 28 Jun 2022 12:05:37 +0200 Subject: [PATCH] add CoC file Signed-off-by: Daniel Holbach --- CODE_OF_CONDUCT.md | 3 +++ README.md | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..0543a58 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,3 @@ +## Kured Community Code of Conduct + +Kured follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md). diff --git a/README.md b/README.md index 3b281c9..f15e988 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - # kured - Kubernetes Reboot Daemon @@ -409,6 +408,6 @@ If you have any questions about, feedback for or problems with `kured`: * Join us in [our monthly meeting](https://docs.google.com/document/d/1bsHTjHhqaaZ7yJnXF6W8c89UB_yn-OoSZEmDnIP34n8/edit#), every fourth Wednesday of the month at 16:00 UTC. -We follow the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md). +We follow the [CNCF Code of Conduct](CODE_OF_CONDUCT.md). Your feedback is always welcome!