Sha256: b01d850836969b468c969b2cb3c0b907d2b39ebe49d41dfbfdf421cba6677d54

Contents?: true

Size: 657 Bytes

Versions: 18

Compression:

Stored size: 657 Bytes

Contents

# Contributing

Pull requests are always appreciated.

To get started contributing, fork and clone the repo:

```
git clone git@github.com:your-username/hedgelog.git
```

Install development Gems:

```
bundle install
```

Make your code changes.

Make sure that your changes do not break any existing tests:

```
rspec
```

Pull requests **will not be accepted** for any additional functionality without adding accompanying tests. Moreover, the repository contains a configuration for [Rubocop](https://github.com/bbatsov/rubocop). Pull requests will also not be accepted that do not pass the rubocop style-check. To check this simply run:

```
rubocop
```

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
hedgelog-0.2.1.alpha.4 CONTRIBUTING.md
hedgelog-0.2.1.alpha.3 CONTRIBUTING.md
hedgelog-0.2.1.alpha.2 CONTRIBUTING.md
hedgelog-0.1.13.alpha.1 CONTRIBUTING.md
hedgelog-0.2.1.alpha1 CONTRIBUTING.md
hedgelog-0.2.0 CONTRIBUTING.md
hedgelog-0.1.12 CONTRIBUTING.md
hedgelog-0.1.11 CONTRIBUTING.md
hedgelog-0.1.9 CONTRIBUTING.md
hedgelog-0.1.8 CONTRIBUTING.md
hedgelog-0.1.7 CONTRIBUTING.md
hedgelog-0.1.6 CONTRIBUTING.md
hedgelog-0.1.5 CONTRIBUTING.md
hedgelog-0.1.4 CONTRIBUTING.md
hedgelog-0.1.3 CONTRIBUTING.md
hedgelog-0.1.2 CONTRIBUTING.md
hedgelog-0.1.1 CONTRIBUTING.md
hedgelog-0.1.0 CONTRIBUTING.md