Commit 6ba91a71 by Michael DeHaan

Update README to indicate new branch name

parent 4d625109
...@@ -30,8 +30,8 @@ Patch Instructions ...@@ -30,8 +30,8 @@ Patch Instructions
Contributions to the core and modules are greatly welcome. Contributions to the core and modules are greatly welcome.
* Required Process: * Required Process:
* Submit github pull requests to the "ansible/integration" branch * Submit github pull requests to the "ansible/devel" branch for features
* (This branch will be renamed 'devel' in the very near future) * Fixes for bugs may be submitted to "ansible/master"
* Make sure "make tests" passes before submitting any requests. * Make sure "make tests" passes before submitting any requests.
* Bonus points: * Bonus points:
* Joining the mailing list * Joining the mailing list
...@@ -40,7 +40,7 @@ Contributions to the core and modules are greatly welcome. ...@@ -40,7 +40,7 @@ Contributions to the core and modules are greatly welcome.
* Adding more unit tests * Adding more unit tests
* Avoid: * Avoid:
* Sending patches to the mailing list directly. * Sending patches to the mailing list directly.
* Sending pull requests to the 'master' branch instead of the integration branch. * Sending feature pull requests to the 'master' branch instead of the devel branch
* Sending pull requests to mpdehaan's personal ansible fork. * Sending pull requests to mpdehaan's personal ansible fork.
Author Author
......
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