Skip to content

Commit d065136

Browse files
author
Grégoire Paris
committed
Explain how to provide a stack trace
1 parent 7571315 commit d065136

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

contributing/code/bugs.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ If your problem definitely looks like a bug, report it using the official bug
3232
* Give as much detail as possible about your environment (OS, PHP version,
3333
Symfony version, enabled extensions, ...);
3434

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+
3541
* *(optional)* Attach a :doc:`patch <patches>`.
3642

3743
.. _`Stack Overflow`: http://stackoverflow.com/questions/tagged/symfony2

0 commit comments

Comments
 (0)