Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions contributing/code/bugs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ If your problem definitely looks like a bug, report it using the official bug
* Describe the steps needed to reproduce the bug with short code examples
(providing a unit test that illustrates the bug is best);

* If the bug you experienced affects more than one layer, providing a simple
failing unit test may not be sufficient. In this case, please fork the
`Symfony Standard Edition`_ and reproduce your issue on a new branch;

* Give as much detail as possible about your environment (OS, PHP version,
Symfony version, enabled extensions, ...);

Expand All @@ -35,3 +39,4 @@ If your problem definitely looks like a bug, report it using the official bug
.. _forum: http://forum.symfony-project.org/
.. _IRC channel: irc://irc.freenode.net/symfony
.. _tracker: https://github.com/symfony/symfony/issues
.. _Symfony Standard Edition: https://github.com/symfony/symfony-standard/