Skip to content

Commit f0021c7

Browse files
flarnieleebyron
authored andcommitted
Add Code of Conduct (#396)
* Add link to Code of Conduct We are about to add a `CODE_OF_CONDUCT.md` and it makes sense to surface it here. * Add `CODE_OF_CONDUCT.md` In the past there was not info and support to add the Code of Conduct Facebook Open Source projects. We can 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 GraphQL community profile](https://github.com/facebook/graphql/community) checklist and increase the visibility of our COC. **test plan:** Viewing it on my branch - (Flarnie will insert screenshots) **issue:** internal task t23481323 * Improve wording of link to Code of Conduct I think this is a bit more readable, since this `CONTRIBUTING` doc has a different flow from the usual boilerplate. * further improvements and fix typo
1 parent 74c2238 commit f0021c7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Code of Conduct
2+
3+
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.

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ status and progress of proposals.
1414
Any changes to the specification that affect the behavior of **GraphQL server
1515
or client implementations** should go through the stages below no matter how
1616
small they are. All other changes should be labeled as “editorial” and may
17-
be merged right away.
17+
be merged right away. Also, please read the [Code of Conduct](CODE_OF_CONDUCT.md)
18+
to know what is expected when making contributions to this project.
1819

1920
## Stage -2: proposed change (optional)
2021

0 commit comments

Comments
 (0)