diff options
author | danielsdeleo <dan@getchef.com> | 2015-01-27 13:29:58 -0800 |
---|---|---|
committer | danielsdeleo <dan@getchef.com> | 2015-01-27 13:43:37 -0800 |
commit | ce363cc63cd7ff3c04ca96cb71e95db2d11b5b1f (patch) | |
tree | 4824352798adeceb08ecc508330b182dea3e6a92 /README.md | |
parent | e3f59e47ce68678ee200a5405042239cef158f14 (diff) | |
download | chef-ce363cc63cd7ff3c04ca96cb71e95db2d11b5b1f.tar.gz |
Replace wiki link with short dev process instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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. |