forked from comfy/comfortable-mexican-sofa
-
Notifications
You must be signed in to change notification settings - Fork 0
How to contribute to ComfortableMexicanSofa development
Oleg edited this page Jun 7, 2013
·
6 revisions
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 test
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.