Everyone interacting with the bridgetown-inline-svg project’s codebase, issue trackers, etc. is expected to follow the Code of Conduct.
This project uses Standard for Ruby code to minimize bike shedding related to source formatting.
Please run ./bin/format
prior to submitting pull requests.
- Run
bundle exec rspec
to run the test suite
- Fork it (https://github.com/andrewmcodes/bridgetown-inline-svg/fork)
- Clone the fork using
git clone
to your local development machine. - Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request