Sha256: 7b370b35e8505916e172e5c2d65f06fc14c85bcfebd3bc740070077cd7ced8e0

Contents?: true

Size: 687 Bytes

Versions: 8

Compression:

Stored size: 687 Bytes

Contents

Write code. Open a Pull Request ;)

Okay. So there's a bit more to it than that.

The best way to get started is checking out any good ['Starter Issues'](https://github.com/maddiesch/onsi/issues?q=is%3Aopen+is%3Aissue+label%3AStarter)

## Testing

Onsi uses [RSpec](http://rspec.info) for unit tests. Please make sure any code you add is properly tested.

## Documentation

Onsi uses [yard](https://yardoc.org) for documentation generation. Please make sure any code you add is properly documented.

#### Before opening a PR

1. Make sure the specs pass.

  `$ bundle exec rspec`

2. Make sure rubocop is happy(ish).

  `$ rubocop . --auto-correct`

3. Write a descriptive PR details :D

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
onsi-2.0.1 CONTRIBUTING.md
onsi-1.3.1 CONTRIBUTING.md
onsi-1.3.0 CONTRIBUTING.md
onsi-1.2.2 CONTRIBUTING.md
onsi-1.2.1 CONTRIBUTING.md
onsi-1.2.0 CONTRIBUTING.md
onsi-1.1.0 CONTRIBUTING.md
onsi-1.0.1 CONTRIBUTING.md