From e2e0cfb5bb4b697fcc51b23788467a254ff59c0e Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Fri, 9 Feb 2018 14:45:14 +0000 Subject: [PATCH] docs: Add missing standard docs Add a README, along with the standard code of conduct and contributing docs. Fixes #29. Signed-off-by: James O. D. Hunt --- CODE_OF_CONDUCT.md | 3 +++ CONTRIBUTING.md | 5 +++++ README.md | 5 +++++ 3 files changed, 13 insertions(+) create mode 100644 CODE_OF_CONDUCT.md create mode 100644 CONTRIBUTING.md create mode 100644 README.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000000..cd75c27809 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,3 @@ +## Kata Containers Runtime Code of Conduct + +Kata Containers follows the [OpenStack Foundation Code of Conduct](https://www.openstack.org/legal/community-code-of-conduct/). 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 diff --git a/README.md b/README.md new file mode 100644 index 0000000000..b48d926e97 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +[![Build Status](https://travis-ci.org/kata-containers/runtime.svg?branch=master)](https://travis-ci.org/kata-containers/runtime) + +# Runtime + +This project contains the runtime for the Kata Containers project.