From 0987ce8215be15bd024a03a35d8548ca092c7ec3 Mon Sep 17 00:00:00 2001 From: Flarnie Marchan Date: Sat, 16 Dec 2017 19:11:35 -0800 Subject: [PATCH 1/2] Add `CODE_OF_CONDUCT.md` In the past Facebook didn't promote including a Code of Conduct when creating new projects, and many projects skipped this important document. Let's fix it. :) why make this change?: Facebook Open Source provides a Code of Conduct statement for all projects to follow, to promote a welcoming and safe open source community. 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 improve the [Facebook SDK for Unity community profile checklist](https://github.com/facebook/facebook-sdk-for-unity/community) and increase the visibility of our COC. test plan: Viewing it on my branch - (Flarnie will insert screenshots) 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 000000000..0a45f9bd5 --- /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/codeofconduct) so that you can understand what actions will and will not be tolerated. From db9573a5d6f162bcc2873c3a5a0792fba08808ac Mon Sep 17 00:00:00 2001 From: Flarnie Marchan Date: Sat, 16 Dec 2017 19:13:13 -0800 Subject: [PATCH 2/2] Add link to Code of Conduct to CONTRIBUTING We just added a `CODE_OF_CONDUCT.md` doc, but it makes sense to link to it in the Contributing guide. --- CONTRIBUTING.mdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.mdown b/CONTRIBUTING.mdown index ec5ea367e..b470f349c 100644 --- a/CONTRIBUTING.mdown +++ b/CONTRIBUTING.mdown @@ -1,5 +1,7 @@ Facebook welcomes contributions to our SDKs. +Facebook has adopted a Code of Conduct that we expect project participants to adhere to. Please [read the full text](https://code.facebook.com/codeofconduct) so that you can understand what actions will and will not be tolerated. + All contributors must sign a CLA (contributor license agreement) here: https://developers.facebook.com/opensource/cla