Skip to content

Link to '"creating a reproducer" in "reporting a bug" #8245

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
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
6 changes: 3 additions & 3 deletions contributing/code/bugs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"please see `how to provide a reproducer`_"?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah just saw 477e5c2, 👍


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