mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[README] add contributing section
This commit is contained in:
parent
5d8fec1501
commit
bc236b94c3
1 changed files with 16 additions and 9 deletions
25
README.rdoc
25
README.rdoc
|
@ -103,6 +103,22 @@ Play around and use the console to explore or check out the {getting started gui
|
|||
|
||||
geemus says: "That should give you everything you need to get started, but let me know if there is anything I can do to help!"
|
||||
|
||||
== Contributing
|
||||
|
||||
* Find something you would like to work on. For suggestions look for the `easy`, `medium` and `hard` tags in the {issues}[http://github.com/geemus/fog/issues]
|
||||
* Fork the project and do your work in a topic branch.
|
||||
* Add shindo tests to prove your code works and run all the tests using `bundle exec rake`.
|
||||
* Rebase your branch against geemus/fog to make sure everything is up to date.
|
||||
* Commit your changes and send a pull request.
|
||||
|
||||
== T-Shirts
|
||||
|
||||
Wonder how you can get a lovely fog shirt? Look no further!
|
||||
|
||||
* Blue shirts go to people who have contributed indirectly, great examples are writing blog posts or giving lightning talks.
|
||||
* Grey shirts and a follow from @fog go to people who have made it on to the {contributors list}[https://github.com/geemus/fog/contributors] by submitting code.
|
||||
* Black shirts go to people who have made it on to the {collaborators list}[https://github.com/api/v2/json/repos/show/geemus/fog/collaborators] by coercing geemus into adding them (geemus is currently the only member of this list).
|
||||
|
||||
== Resources
|
||||
|
||||
Enjoy, and let me know what I can do to continue improving fog!
|
||||
|
@ -121,15 +137,6 @@ Enjoy, and let me know what I can do to continue improving fog!
|
|||
http://www.engineyard.com/images/logo.png
|
||||
|
||||
All new work on fog is sponsored by {Engine Yard}[http://engineyard.com]
|
||||
|
||||
== T-Shirts
|
||||
|
||||
Wonder how you can get a shirt? Look no further!
|
||||
|
||||
* Blue shirts go to people who have contributed indirectly, great examples are writing blog posts or giving lightning talks.
|
||||
* Grey shirts and a follow from @fog go to people who have made it on to the {contributors list}[https://github.com/geemus/fog/contributors] by submitting code.
|
||||
* Black shirts go to people who have made it on to the {collaborators list}[https://github.com/api/v2/json/repos/show/geemus/fog/collaborators] by coercing geemus into adding them (geemus is currently the only member of this list).
|
||||
|
||||
== Copyright
|
||||
|
||||
(The MIT License)
|
||||
|
|
Loading…
Reference in a new issue