Creating Issues
October 1, 2013 ยท View on GitHub
If you are having a problem, please see our ISSUES page for troubleshooting steps and a guide for submitting a ticket that will help us solve the problem you are having as quickly as possible.
Contributing
Here are the steps to update the version of twitter bootstrap used.
- Clone this repository.
- Run the
./scripts/update_bootstrap.shscript with bootstrap repo version tag argument. For example./scripts/update_bootstrap.sh v3.0.0. - Make your changes
- Run the tests by doing:
$ bundle install
$ bundle exec rake appraisal:setup
$ bundle exec rake appraisal test