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:
commit
20837f25ff
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)
|
* 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.
|
* 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`.
|
* 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.
|
* Rebase your branch against fog/fog to make sure everything is up to date.
|
||||||
* Commit your changes and send a pull request.
|
* Commit your changes and send a pull request.
|
||||||
|
|
Loading…
Add table
Reference in a new issue