From 38ffedc2244ff0f6827391f46c71803009d44b05 Mon Sep 17 00:00:00 2001 From: Robin Chalas Date: Mon, 31 Jul 2017 23:40:35 +0200 Subject: [PATCH 1/2] Links to '"creating a reproducer" in "reporting a bug" --- contributing/code/bugs.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contributing/code/bugs.rst b/contributing/code/bugs.rst index 831a7cfcd5f..88052be23c2 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:`/code/reproducer`); * Give as much detail as possible about your environment (OS, PHP version, Symfony version, enabled extensions, ...); From 3e34ac01b700939353483675193ecee4b4b49f9a Mon Sep 17 00:00:00 2001 From: Robin Chalas Date: Mon, 31 Jul 2017 23:44:30 +0200 Subject: [PATCH 2/2] Update bugs.rst --- contributing/code/bugs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/code/bugs.rst b/contributing/code/bugs.rst index 88052be23c2..bf944dcebdb 100644 --- a/contributing/code/bugs.rst +++ b/contributing/code/bugs.rst @@ -28,7 +28,7 @@ If your problem definitely looks like a bug, report it using the official bug * 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:`/code/reproducer`); + 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, ...);