From 48048056dab9e5a27a58fea082834577d838c1ae Mon Sep 17 00:00:00 2001 From: Yash Jain Date: Tue, 30 Jan 2018 22:14:52 +0530 Subject: [PATCH] cs : Add minimal contribution guidelines Fixes : #8 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 0000000000..8a3af744a6 --- /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