@@ -33,10 +33,20 @@ If your problem definitely looks like a bug, report it using the official bug
33
33
* Give as much detail as possible about your environment (OS, PHP version,
34
34
Symfony version, enabled extensions, ...);
35
35
36
+ * If you want to provide a stack trace you got on an html page, be sure to
37
+ provide the plain text version, which should appear at the bottom of the
38
+ page. *Do not * provide it as a screenshot, since search engines will not be
39
+ 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
41
+ the stack trace is long, consider enclosing it in a ` ``<details> `` html tag`_.
42
+ **Be wary that stack traces may contain sensitive information, and if it is
43
+ the case, be sure to redact them prior to posting your stack trace. **
44
+
36
45
* *(optional) * Attach a :doc: `patch <patches >`.
37
46
38
47
.. _`Stack Overflow` : http://stackoverflow.com/questions/tagged/symfony2
39
48
.. _IRC channel : https://symfony.com/irc
40
49
.. _the Symfony Slack : https://symfony.com/slack-invite
41
50
.. _tracker : https://github.com/symfony/symfony/issues
42
51
.. _Symfony Standard Edition : https://github.com/symfony/symfony-standard/
52
+ .. _ ``<details>`` html tag : https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details
0 commit comments