Sha256: ad25c93c9d1e4b99bb5280a523abe4fd7cae38247be89ec88ccdc3cbb64f1eb8

Contents?: true

Size: 846 Bytes

Versions: 1

Compression:

Stored size: 846 Bytes

Contents

# Contributing

## Code of Conduct

Everyone interacting with the bridgetown-plausible-tag 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-plausible-tag/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

1 entries across 1 versions & 1 rubygems

Version Path
bridgetown-plausible-tag-0.0.1 CONTRIBUTING.md