diff --git a/contributing/code/bugs.rst b/contributing/code/bugs.rst index 831a7cfcd5f..bf944dcebdb 100644 --- a/contributing/code/bugs.rst +++ b/contributing/code/bugs.rst @@ -26,9 +26,9 @@ 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; +* If the bug you experienced is not obvious or affects more than one layer, + providing a simple failing unit test may not be sufficient. In this case, + please ``provide a reproducer`` (see :doc:`/contributing/code/reproducer`); * Give as much detail as possible about your environment (OS, PHP version, Symfony version, enabled extensions, ...);