From ab8cc0d3fe8de5acb616e74487e692d32a07c96f Mon Sep 17 00:00:00 2001 From: lobrien Date: Thu, 11 Apr 2019 13:52:23 -1000 Subject: [PATCH] Code of conduct Added CoC, added blurb to Readme --- CODE_OF_CONDUCT.md | 4 ++++ README.md | 4 ++++ 2 files changed, 8 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 0000000000..ed65a1709f --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,4 @@ +# Code of Conduct + +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). +For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. \ No newline at end of file diff --git a/README.md b/README.md index 75182e9afd..d08f920fa1 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,7 @@ there. Macdoc is under the samples directory. [monomac]: https://github.com/mono/monomac +## Microsoft Open Source Code of Conduct + +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). +For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. \ No newline at end of file