We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7571315 commit d065136Copy full SHA for d065136
contributing/code/bugs.rst
@@ -32,6 +32,12 @@ If your problem definitely looks like a bug, report it using the official bug
32
* Give as much detail as possible about your environment (OS, PHP version,
33
Symfony version, enabled extensions, ...);
34
35
+* If you want to provide a stack trace, be sure to provide the plain text
36
+ version, which should appear at the bottom of the page. *Do not* provide it
37
+ as a screenshot, since search engines will not be able to index the text
38
+ inside them. If the stack trace is long, consider enclosing it in a
39
+ ``<details>`` html tag.
40
+
41
* *(optional)* Attach a :doc:`patch <patches>`.
42
43
.. _`Stack Overflow`: http://stackoverflow.com/questions/tagged/symfony2
0 commit comments