8000 Merge branch '4.2' · symfony/symfony-docs@6f0815a · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6f0815a

Browse files
committed
Merge branch '4.2'
* 4.2: Add info about Preventing Escalations to Respectful Review Comments remove blank line after filepath
2 parents dc23675 + c89ece4 commit 6f0815a

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

contributing/community/review-comments.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Tone of Voice
3838
We don't expect you to be completely formal, or to even write error-free
3939
English. Just remember this: don't swear, and be respectful to others.
4040

41-
Don't reply in anger or with an aggressive tone. You're angry, we understand
41+
Don't reply in anger or with an aggressive tone. If you're angry, we understand
4242
that, but swearing/cursing and name calling doesn't really encourage anyone to
4343
help you. Take a deep breath, count to 10 and try to *clearly* explain what problems
4444
you encounter.
@@ -149,6 +149,17 @@ you don't have to use "Please" all the time. But it wouldn't hurt.
149149
It may not seem like much, but saying "Thank you" does make others feel
150150
more welcome.
151151

152+
153+
Preventing Escalations
154+
----------------------
155+
156+
Sometimes when people receive feedback they may get defensive.
157+
In that case, it is better to try to approach the discussion in
158+
a different way, to not escalate further.
159+
160+
If you want someone to mediate, please join the #contribs channel on `Symfony Slack`_,
161+
to have a safe environment and keep working together on the common goals.
162+
152163
Using Humor
153164
-----------
154165

@@ -176,3 +187,5 @@ But don't say it "just because", if your apology is not really meant
176187
you *will* lose credibility and respect from other developers.
177188

178189
*Do unto others as you would have them do unto you.*
190+
191+
.. _`Symfony Slack`: https://symfony.com/slack-invite

page_creation.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ when you installed Twig. Create a new ``templates/lucky`` directory with a new
243243
.. code-block:: html+twig
244244

245245
{# templates/lucky/number.html.twig #}
246-
247246
<h1>Your lucky number is {{ number }}</h1>
248247

249248
The ``{{ number }}`` syntax is used to *print* variables in Twig. Refresh your browser

0 commit comments

Comments
 (0)
0