From 46bf623592241c3024822bcec003557255b3f1da Mon Sep 17 00:00:00 2001 From: Nicolas Vasilache Date: Tue, 13 Feb 2018 12:52:19 -0800 Subject: [PATCH] Add CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 5 +++++ README.md | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 000000000..4fbc1acc9 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,5 @@ +# Code of Conduct + +Facebook has adopted a Code of Conduct that we expect project participants to adhere to. +Please read the [full text](https://code.facebook.com/pages/876921332402685/open-source-code-of-conduct) +so that you can understand what actions will and will not be tolerated. \ No newline at end of file diff --git a/README.md b/README.md index 7bd9c60a6..4242a5cf0 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,8 @@ BUILD_TYPE=Release WITH_CAFFE2=ON CLANG_PREFIX=$(llvm-config --prefix) ./build.s # License Tensor Comprehensions is distributed under a permissive Apache v2.0 license, see the [LICENSE](LICENSE) file for more details. +# Code of Conduct +See the [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) file for more details. # Contributing See the [CONTRIBUTING.md](CONTRIBUTING.md) file for more details.