Sha256: b3c47d32561309e6ca0f6a24ffd274eb88ecc36c952f1afe15fa2c3935add424

Contents?: true

Size: 1020 Bytes

Versions: 15

Compression:

Stored size: 1020 Bytes

Contents

#Contributor Guidelines

##Submitting a Pull Request

###Workflow
We use [Waffle.io](https://waffle.io/smashingboxes/tape) to manage our workflow for this project. Please respect the workflow and move PRs that are ready to be mereged into the 'Ready' column.

####Testing

There are two main ways we test taperole. The first is basic unit tests, via rspec. Those can be run via:

`rake test`

The second way is a kind of integration test. We use tape to stand up a basic vanilla rails app (leveraging docker) and then check that a curl returns the correct thing. There isn't an easy way to run this locally, but it is set up on travis to run automatically.

###PR Structure

Please give details regarding your PR in the following format. It really helps with review and quickens the speed at which your changes are merged in

![example pull request]( http://i.imgur.com/HJq8DHc.png )

##Opening Issues

###Basic details

Please include the following in the Issues you open

* OS Version
* ansible version
* tape version

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
taperole-2.1.1 CONTRIBUTING.md
taperole-2.1.0 CONTRIBUTING.md
taperole-2.0.7 CONTRIBUTING.md
taperole-2.0.6 CONTRIBUTING.md
taperole-2.0.5 CONTRIBUTING.md
taperole-2.0.4 CONTRIBUTING.md
taperole-2.0.3 CONTRIBUTING.md
taperole-2.0.2 CONTRIBUTING.md
taperole-2.0.1 CONTRIBUTING.md
taperole-2.0.0 CONTRIBUTING.md
taperole-1.8.2 CONTRIBUTING.md
taperole-1.8.1 CONTRIBUTING.md
taperole-1.8.0 CONTRIBUTING.md
taperole-1.7.1 CONTRIBUTING.md
taperole-1.7.0 CONTRIBUTING.md