Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Contributing][Code] add note on Symfony SE forks for bug reports #4072

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

Merged
merged 1 commit into from
Aug 13, 2014
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/