Sha256: 755e67fcec5ace3af3be30b98c0103fab31a3deba11fe5b2ddf338751f3e908f
Contents?: true
Size: 840 Bytes
Versions: 3
Compression:
Stored size: 840 Bytes
Contents
# 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](CODE_OF_CONDUCT.md). ## Linters This project uses [Standard](https://github.com/testdouble/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
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bridgetown-inline-svg-1.1.1 | CONTRIBUTING.md |
bridgetown-inline-svg-1.1.0 | CONTRIBUTING.md |
bridgetown-inline-svg-1.0.0 | CONTRIBUTING.md |