From 365c2db55eb43508dafa0a12aeb72bd36ccaf4a8 Mon Sep 17 00:00:00 2001 From: Flarnie Marchan Date: Fri, 10 Nov 2017 12:17:36 +0000 Subject: [PATCH] Add `CODE_OF_CONDUCT.md` (#11512) **what is the change?:** Adding a document linking to the Facebook Open Source Code of Conduct, for visibility and to meet Github community standards. **why make this change?:** Facebook Open Source provides a Code of Conduct statement for all projects to follow. React already links to this Code of Conduct in the README, which is great! Exposing the COC via a separate markdown file is a standard being promoted by Github via the Community Profile in order to meet their Open Source Guide's recommended community standards. As you can see, adding this file will complete [React's Community Profile](https://github.com/facebook/react/community) checklist and increase the visibility of our COC. **test plan:** Viewing it on my branch - (Flarnie will insert screenshot) **issue:** internal task t23481323 --- 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 0000000000..55203be746 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,3 @@ +# 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.