Sha256: 3150db593d4ac8b4c5fad161b3afcb58b719ca2692ec2efc9ba42f7e295e8a05

Contents?: true

Size: 1015 Bytes

Versions: 3

Compression:

Stored size: 1015 Bytes

Contents

## Contributing

### Fork & clone the repository

```
git clone git@github.com:<your-username>/img2zpl.git
cd img2zpl
git remote add upstream git@github.com:mtking2/img2zpl.git
bundle install
```

Then check out a working branch:

```
git checkout -b <my-working-branch>
```

### Write tests

This project uses `rspec`. After writing your tests, you can run tests with the following command:

`bundle exec rspec`


### Write code

Write your code to make your tests pass.

### Update the CHANGELOG with a description and your name

Update the CHANGELOG with the description of your code changes and your name on the line after `"* Your contribution here"`.

### Commit and push your changes

Commit and push your changes to your working branch.

```
git commit -am 'Add some feature'
git push origin <my-working-branch>
```

### Open a pull request

Open a pull request against upstream master and your working branch. Give a brief description of what your PR does and explain what the code changes do.

Thank you!

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
img2zpl-1.0.1 CONTRIBUTING.md
img2zpl-1.0.0 CONTRIBUTING.md
img2zpl-0.1.3 CONTRIBUTING.md