From 9a4f6bbfea65d0abe0c53b21e45c7e14db9a2ccc Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Mon, 2 Nov 2020 08:12:16 -0500 Subject: [PATCH] Add CONTRIBUTING.md, point to website It seems most CNCF projects provide a CONTRIBUTING.md file at the root of their repositories, even if they have their contributing docs 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 --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..57d7a70 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +# Contributing + +Please see the [Contributing docs on Submariner's website](https://submariner.io/contributing/).