From d12122c8e3dc040d753a06ee5d60cfbdad065444 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Mon, 5 Feb 2018 15:28:45 +0000 Subject: [PATCH] docs: Add CoC and contributing doc Add the standard Code of Conduct and contributing docs. Partly fixes #3. Signed-off-by: James O. D. Hunt --- CODE_OF_CONDUCT.md | 3 +++ CONTRIBUTING.md | 1 + 2 files changed, 4 insertions(+) create mode 100644 CODE_OF_CONDUCT.md create mode 100644 CONTRIBUTING.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 000000000..1d9d931ad --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,3 @@ +## Kata Containers CI 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 000000000..bdeeb024a --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ +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).