1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Merge pull request #1196 from tfwright/enhance/readme

Add config instructions to README
This commit is contained in:
Wesley Beary 2012-10-08 14:07:26 -07:00
commit 20837f25ff

View file

@ -114,6 +114,7 @@ geemus says: "That should give you everything you need to get started, but let m
* Find something you would like to work on. For suggestions look for the `easy`, `medium` and `hard` tags in the [issues](https://github.com/fog/fog/issues)
* Fork the project and do your work in a topic branch.
* Add a config at `~/.fog` for the component you want to test.
* Add shindo tests to prove your code works and run all the tests using `bundle exec rake`.
* Rebase your branch against fog/fog to make sure everything is up to date.
* Commit your changes and send a pull request.