aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-12-09 10:59:26 +0000
committerLouise Crow <louise.crow@gmail.com>2013-12-09 10:59:26 +0000
commit8a597b7ff7093f8a828a6d5a8af1ccedd8eac05e (patch)
tree9c73ee3865f0b25f543a37ba1bab8403b3312fdc
parent1f05f16f959b8b53e01443d950ac3d80cf3dc00b (diff)
More detail on how to make a pull request.
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 74d06b1f4..1a2aeee05 100644
--- a/README.md
+++ b/README.md
@@ -35,9 +35,10 @@ If you find what looks like a bug:
If you want to contribute an enhancement or a fix:
* Fork the project on GitHub.
+* Make a topic branch from the rails-3-develop branch.
* Make your changes with tests.
* Commit the changes without making changes to any files that aren't related to your enhancement or fix.
-* Send a pull request.
+* Send a pull request against the rails-3-develop branch.
Looking for the latest stable release? It's on the
[master branch](https://github.com/mysociety/alaveteli/tree/master).