From ea49a9c47aced26bbacc6b07e46954658c2f9d08 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Mon, 2 Nov 2020 08:12:33 -0500 Subject: [PATCH] Add CODE-OF-CONDUCT.md, point to website It seems most CNCF projects provide a CODE-OF-CONDUCT.md file at the root of their repositories, even if they have their Code of Conduct on their website. To better fit into the CNCF ecosystem and be a more welcoming project, follow that pattern. Relates-to: submariner-io/submariner#804 Signed-off-by: Daniel Farrell --- CODE-OF-CONDUCT.md | 3 +++ 1 file changed, 3 insertions(+) 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..a598ea4 --- /dev/null +++ b/CODE-OF-CONDUCT.md @@ -0,0 +1,3 @@ +# Code of Conduct + +Please see the [Code of Conduct docs on Submariner's website](https://submariner.io/contributing/code-of-conduct/).