From 29e15c35f29d6d460fef2b1400b481845729728a Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Mon, 22 Jan 2018 11:23:59 +0000 Subject: [PATCH] Add code of conduct link to Github recommended location See recommendations at https://help.github.com/articles/adding-a-code-of-conduct-to-your-project/ Signed-off-by: Justin Cormack --- .github/CODE_OF_CONDUCT.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODE_OF_CONDUCT.md diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md new file mode 100644 index 000000000..899326ef1 --- /dev/null +++ b/.github/CODE_OF_CONDUCT.md @@ -0,0 +1,3 @@ +LinuxKit applies the [Docker code of conduct](https://github.com/docker/code-of-conduct). + +For further information, see also the [contributing guide](CONTRIBUTING.md) and the [maintainers file](MAINTAINERS).