From e26295de69d78fbb3654bef57cbb3687ad5cd800 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Fri, 8 Sep 2023 15:17:25 -0700 Subject: [PATCH] [llvm] Add CODE_OF_CONDUCT.md Add a CODE_OF_CONDUCT.md file to the root of the repository. The file itself references the LLVM Community Code of Conduct. GitHub will recognize this file and put a link to it to the right of the repository, similar to the license and security policy, making the CoC easier to discover. --- CODE_OF_CONDUCT.md | 3 +++ 1 file changed, 3 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 0000000000000..0c653c0601520 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,3 @@ +# Code of Conduct + +The LLVM Community Code of Conduct can be found at https://llvm.org/docs/CodeOfConduct.html.