Skip to content

Commit dba7ba8

Browse files
committed
minor symfony#8245 Link to '"creating a reproducer" in "reporting a bug" (chalasr)
This PR was squashed before being merged into the 2.7 branch (closes symfony#8245). Discussion ---------- Link to '"creating a reproducer" in "reporting a bug" Commits ------- 0a1f54e Link to '"creating a reproducer" in "reporting a bug"
2 parents df84f3d + 0a1f54e commit dba7ba8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contributing/code/bugs.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ If your problem definitely looks like a bug, report it using the official bug
2626
* Describe the steps needed to reproduce the bug with short code examples
2727
(providing a unit test that illustrates the bug is best);
2828

29-
* If the bug you experienced affects more than one layer, providing a simple
30-
failing unit test may not be sufficient. In this case, please fork the
31-
`Symfony Standard Edition`_ and reproduce your issue on a new branch;
29+
* If the bug you experienced is not obvious or affects more than one layer,
30+
providing a simple failing unit test may not be sufficient. In this case,
31+
please ``provide a reproducer`` (see :doc:`/contributing/code/reproducer`);
3232

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

0 commit comments

Comments
 (0)