Skip to content

Commit

Permalink
bug #4513 [Contributing] update contribution guide for 2.7/3.0 (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

[Contributing] update contribution guide for 2.7/3.0

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | all
| Fixed tickets | #4508

Commits
-------

87582a4 update contribution guide for 2.7/3.0
  • Loading branch information
weaverryan committed Dec 17, 2014
2 parents bd44e6b + 87582a4 commit 0de8286
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions contributing/code/patches.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,13 @@ Choose the right Branch
~~~~~~~~~~~~~~~~~~~~~~~

Before working on a patch, you must determine on which branch you need to
work. The branch should be based on the ``master`` branch if you want to add a
new feature. But if you want to fix a bug, use the oldest but still maintained
version of Symfony where the bug happens (like ``2.3``).
work:

* ``2.3``, if you are fixing a bug for an existing feature (you may have
to choose a higher branch if the feature you are fixing was introduced
in a later version);
* ``2.7``, if you are adding a new feature which is backward compatible;
* ``master``, if you are adding a new and backward incompatible feature.

.. note::

Expand Down

0 comments on commit 0de8286

Please sign in to comment.