summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2015-01-27 13:41:59 -0800
committerdanielsdeleo <dan@getchef.com>2015-01-27 13:43:37 -0800
commit8e8b88be1d83910b6b625042c5b7b39a89dc27ff (patch)
tree9b34f0daa2459bc1817d82fedd2e65cf2ce0058d
parent573da68b6756f11b15aabbdd68f4b494ef4fe6e5 (diff)
downloadchef-8e8b88be1d83910b6b625042c5b7b39a89dc27ff.tar.gz
Be clear that we want PRs against master
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 017ef6c023..9fd318fd82 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,8 @@ The general development process is:
1. Fork this repo and clone it to your workstation
2. Create a feature branch for your change
3. Write code and tests
-4. Push your feature branch to github and open a pull request
+4. Push your feature branch to github and open a pull request against
+ master
Once your repository is set up, you can start working on the code. We do use
TDD with RSpec, so you'll need to get a development environment running.