8000 Added concrete example document by michellesanver · Pull Request #9393 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Added concrete example document #9393

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Apr 30, 2018
Prev Previous commit
Next Next commit
Added concrete example document
  • Loading branch information
michellesanver authored and fabpot committed Apr 30, 2018
commit 7911a8660c8f1700dfe921dea865d75475c3f316
30 changes: 30 additions & 0 deletions contributing/code_of_conduct/concrete_example_document.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Code of Conduct: Concrete Example Document
==========================================

This is a living document that serves to give concrete examples of
unwanted behaviour. These examples have all taken place somewhere in the
PHP community in the past, and are clear code of conduct violations
according to the Symfony code of conduct.

Concrete Examples
-----------------

- Unwelcome comments regarding a person’s lifestyle choices and practices,
including those related to food, health, parenting, drugs, and employment.
- Deliberate misgendering or use of `dead names`_ (The birth name
of a person who has since changed their name, often a transgender person).
- Threats of violence like "The person that created this PR should be
punched in the face"
- Incitement of violence towards any individual, including encouraging a
person to commit suicide or to engage in self-harm
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it makes sense to add something like "even as a joke" (or something similar)?

Copy link
< 8000 /details-menu>
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That does make sense, thanks! Added.

- Sustained disruption of discussion
- Pattern of inappropriate social contact, such as requesting/assuming
inappropriate levels of intimacy with others
- Continued one-on-one communication after requests to cease
- Putting down people based on their technology choices or their work
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you fix some minor syntatic things here:

  • Please use * as list indicator
  • Please end all entries with a semi-colon, except from the last item which should end with a final stop (.).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Fixed :)


The original list is inspired and modified from `geek feminism`_ and
confirmed by experiences from PHPWomen.

.. _dead names: https://en.wiktionary.org/wiki/deadname
.. _geek feminism: https://geekfeminism.org/about/code-of-conduct
0