Commit a284db22 authored by Fabien Potencier's avatar Fabien Potencier

merged branch davedevelopment/merge-wiki-into-docs (PR #699)

This PR was squashed before being merged into the 1.0 branch (closes #699).

Discussion
----------

Add target branch notes

Consolidate the information recently added to the wiki, once merged, we could edit the wiki page to point towards the docs.

Commits
-------

b99a10e5 Add target branch notes
parents b5d9bad2 b99a10e5
......@@ -14,7 +14,7 @@ steps.
* Optionally, add some technical documentation.
* Send a pull request. Bonus points for topic branches.
* Send a pull request, to the correct `target branch`_. Bonus points for topic branches.
If you have a big change or would like to discuss something,
please join us on the `mailing list
......@@ -25,6 +25,22 @@ please join us on the `mailing list
Any code you contribute must be licensed under the MIT
License.
Target branch
=============
Before you create a pull request for Silex, you need to determine which branch
to submit it to. Read this section carefully first.
Silex has two active branches: `1.0` and `master` (`1.1`).
* **1.0**: Bugfixes and documentation fixes go into the 1.0 branch. 1.0 is
periodically merged into master. The 1.0 branch targets versions 2.1, 2.2 and
2.3 of Symfony2.
* **1.1**: All new features go into the 1.1 branch. Changes cannot break
backward compatibility. The 1.1 branch targets the 2.3 version of Symfony2.
Writing Documentation
=====================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment