Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.04 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.04 KB

Cincinnati Ruby Brigade Website

Build Status

Dependencies

Setup

On a * nix environment, just run:

./bin/setup

and you should be setup to go.

Hosting

Hosting and related infrastructure info is documented in another repo in the cincinnatirb GitHub organization.

Contributing

How to Contribute to Open Source offer's the best advice.

tl;dr

  1. Fork it!
  2. Create your feature branch: git checkout -b cool-new-feature
  3. Commit your changes: git commit -am 'Added a cool feature'
  4. Push to the branch: git push origin cool-new-feature
  5. Create new Pull Request.