Skip to content

How to contribute to ComfortableMexicanSofa development

GBH edited this page Jul 8, 2011 · 4 revisions

How to Contribute

GitHub makes it all too easy:

  • Fork the project
  • Start a feature/bugfix branch (don't just work on the master branch)
  • Commit and push until you are happy with your contribution
  • Create a Pull Request

ComfortableMexicanSofa is an engine so you can run it as a standalone for development purposes. Clone your fork into a directory, run bundle install and then rake db:migrate. Feel free to change Gemfile if you want to work against a particular Rails version (just don't commit it later).

You run tests as normal: rake tests

As far as conventions go, there's only one rule: Erb/Css/UnitTest only please.

What needs to be worked on

Take a look in Issues and see if there are any outstanding bug reports or feature requests. Of course, you are welcome and encouraged to submit your own bug fixes and/or features.