Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 840 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 840 Bytes

Contributing

Code of Conduct

Everyone interacting with the bridgetown-inline-svg project’s codebase, issue trackers, etc. is expected to follow the Code of Conduct.

Linters

This project uses Standard for Ruby code to minimize bike shedding related to source formatting.

Please run ./bin/format prior to submitting pull requests.

Testing

  • Run bundle exec rspec to run the test suite

Overview

  1. Fork it (https://github.com/andrewmcodes/bridgetown-inline-svg/fork)
  2. Clone the fork using git clone to your local development machine.
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request