mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Add config instructions to README
This commit is contained in:
parent
cae2af0806
commit
25e88f4b2a
1 changed files with 1 additions and 0 deletions
|
@ -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 `~/.pow` 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.
|
||||
|
|
Loading…
Reference in a new issue