Skip to content

Added convenience link #2028

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 Dec 16, 2012
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
7 changes: 5 additions & 2 deletions contributing/code/patches.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ You can now make a pull request on the ``symfony/symfony`` Github repository.

.. tip::

Take care to point your pull request towards ``symfony:2.0`` if you want
the core team to pull a bugfix based on the 2.0 branch.
Take care to point your pull request towards ``symfony:2.1`` if you want
the core team to pull a bugfix based on the 2.1 branch.

To ease the core team work, always include the modified components in your
pull request message, like in:
Expand All @@ -267,6 +267,9 @@ pull request message, like in:
Please use the title with "[WIP]" if the submission is not yet completed
or the tests are incomplete or not yet passing.

Pull Request Description
~~~~~~~~~~~~~~~~~~~~~~~~

The pull request description must include the following check list to ensure
that contributions may be reviewed without needless feedback loops and that
your contributions can be included into Symfony2 as quickly as possible:
Expand Down