From 2f4fbd47095f17f927efb81c69d0321db8ef7b76 Mon Sep 17 00:00:00 2001 From: Flarnie Marchan Date: Sun, 3 Dec 2017 17:50:13 -0800 Subject: [PATCH 1/2] Link to Code of Conduct in `CONTRIBUTING.md` We are about to add a `CODE_OF_CONDUCT.md` and it makes sense to link to it here. --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bee5a7d42..5df3c11fd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,9 @@ We want to make contributing to this project as easy and transparent as possible. +## Code of Conduct +The code of conduct is described in [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md) + ## Our Development Process External pull requests are first applied to facebook's internal branch, then synced with wangle github repository. From 59122cff4fdd97ce4a6fbe3e283d59ca0293aec1 Mon Sep 17 00:00:00 2001 From: Flarnie Marchan Date: Sun, 3 Dec 2017 17:51:16 -0800 Subject: [PATCH 2/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 wangle community profile](https://github.com/facebook/wangle/community) checklist 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.