summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2015-01-27 13:29:58 -0800
committerdanielsdeleo <dan@getchef.com>2015-01-27 13:43:37 -0800
commitce363cc63cd7ff3c04ca96cb71e95db2d11b5b1f (patch)
tree4824352798adeceb08ecc508330b182dea3e6a92 /README.md
parente3f59e47ce68678ee200a5405042239cef158f14 (diff)
downloadchef-ce363cc63cd7ff3c04ca96cb71e95db2d11b5b1f.tar.gz
Replace wiki link with short dev process instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8f67e492d0..a0333f0c0a 100644
--- a/README.md
+++ b/README.md
@@ -66,10 +66,11 @@ Before working on the code, if you plan to contribute your changes, you need to
read the
[Chef Contributions document](http://docs.chef.io/community_contributions.html).
-You will also need to set up the repository with the appropriate branches. We
-document the process on the
-[Working with Git](http://wiki.chef.io/display/chef/Working+with+git) page
-of the Chef wiki.
+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
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.