-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Contributing] Avoid the use of controversial language #9529
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,16 +43,18 @@ that, but swearing/cursing and name calling doesn't really encourage anyone to | |
help you. Take a deep breath, count to 10 and try to *clearly* explain what problems | ||
you encounter. | ||
|
||
Gender-neutral Pronouns | ||
----------------------- | ||
Inclusive Language | ||
------------------ | ||
|
||
While not "formally" required, it's better to use gender-neutral pronouns. | ||
Unless someone "indicated" their pronouns, use "they", "them" instead of | ||
"he", "she", "his", "hers", "his/hers", "he/she", etc. | ||
In an effort to be inclusive to a wide group of developers, it's recommended to | ||
use personal pronouns that don't suggest a particular gender. Unless someone | ||
has stated their pronouns, use "they", "them" instead of "he", "she", "his", | ||
"hers", "his/hers", "he/she", etc. | ||
|
||
Try to avoid using wording that may be considered excluding and needlessly gendered, | ||
like for example words that have a male base. For example we recommend to use other | ||
words like "folks", "team", "everyone" in place of "guys". | ||
Try to avoid using wording that may be considered excluding, needlessly gendered | ||
(e.g. words that have a male or female base), racially motivated or singles out | ||
a particular group in society. For example, we recommend to use words like | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe keep the same form, like in the previous block, There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fully agree. In the Symfony Docs we never use "we". It was a decision taken a few years ago, so we prefer to keep it. Thanks! |
||
"folks", "team", "everyone" instead of "guys", "ladies", "yanks", etc. | ||
|
||
Giving Positive Feedback | ||
------------------------ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be better to use
people
instead ofdevelopers
?