Skip to content

Commit 6d3ecc9

Browse files
Minor changes
1 parent 2972d23 commit 6d3ecc9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

contributing/code/bugs.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Before submitting a bug:
1414
* Double-check the official :doc:`documentation </index>` to see if you're not misusing the
1515
framework;
1616

17-
* Ask for assistance on `Stack Overflow`_ on the #symfony `IRC channel`_, or on
18-
the #support channel of `the Symfony Slack`_ if you're not sure if your issue
19-
is really a bug.
17+
* Ask for assistance on `Stack Overflow`_, on the #support channel of
18+
`the Symfony Slack`_, or on the #symfony `IRC channel`_ if you're not sure if
19+
your issue is really a bug.
2020

2121
If your problem definitely looks like a bug, report it using the official bug
2222
`tracker`_ and follow some basic rules:
@@ -33,11 +33,11 @@ If your problem definitely looks like a bug, report it using the official bug
3333
* Give as much detail as possible about your environment (OS, PHP version,
3434
Symfony version, enabled extensions, ...);
3535

36-
* If you want to provide a stack trace you got on an html page, be sure to
36+
* If you want to provide a stack trace you got on an HTML page, be sure to
3737
provide the plain text version, which should appear at the bottom of the
3838
page. *Do not* provide it as a screenshot, since search engines will not be
3939
able to index the text inside them. Same goes for errors encountered in a
40-
terminal, do not take a screenshot, but learn how to copy/paste from it. If
40+
terminal, do not take a screenshot, but copy/paste the contents. If
4141
the stack trace is long, consider enclosing it in a `<details> html tag`_.
4242
**Be wary that stack traces may contain sensitive information, and if it is
4343
the case, be sure to redact them prior to posting your stack trace.**

0 commit comments

Comments
 (0)