From 3e48c306c403ef839f42f860882a8cc065f73355 Mon Sep 17 00:00:00 2001 From: Yash Jain Date: Tue, 30 Jan 2018 22:01:48 +0530 Subject: [PATCH] Docs : Add minimal contribution guidelines Fixes : #50 See : kata-containers/community#5 Signed-off-by: Yash Jain --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..8a3af744a --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,5 @@ +# Contributing + +## This repo is part of [Kata Containers](https://katacontainers.io) + +For details on how to contribute to the Kata Containers project, please see the main [contributing document](https://github.com/kata-containers/community/blob/master/CONTRIBUTING.md). \ No newline at end of file