Sha256: 9ba8942676893bedf19bbd6cf3f24d902d3ffa69fdaa670d5c0467c5d385600b

Contents?: true

Size: 1.24 KB

Versions: 10

Compression:

Stored size: 1.24 KB

Contents

# Contributing

1. Star the project.
2. Open or find an issue [here](https://github.com/marceloboeira/prezzo/issues).
3. Fork it (https://github.com/marceloboeira/prezzo/fork)
4. Create your feature branch (git checkout -b my-awesome-new-feature)
5. Commit your changes (**follwing our [commit policy](#commit-policy) and [style guide](#style-guide)**)
6. Push to the branch (git push origin my-new-feature)
7. Create a new Pull Request

---------

## Style Guide

Currently, we are using [Thoughtbot's Style Guide](https://github.com/thoughtbot/guides/blob/master/style/ruby/README.md) for Ruby Code.

## Commit Policy

We have a very rigid **commit policy**, to contribute please follow these rules:

```
feature: Add hat wobble
 ^--^  ^------------^
 |     |
 |     +-> Summary in present tense
 |
 +-------> Type: chore, doc, feature, fix, refactor, style, or test
```

### Available tags:

 * **chore**: Add oyster build script
 * **doc**: Explain hat wobble
 * **feature**: Add beta sequence
 * **fix**: Remove broken confirmation message
 * **refactor**: Share logic between 4d3d3d3 and flarhgunnstow
 * **style**: Convert tabs to spaces
 * **test**: Ensure Tayne retains clothing

> Based on [this](http://seesparkbox.com/foundry/semantic_commit_messages).

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
prezzo-0.5.1 CONTRIBUTING.md
prezzo-0.5.0 CONTRIBUTING.md
prezzo-0.4.1 CONTRIBUTING.md
prezzo-0.4.0 CONTRIBUTING.md
prezzo-1.0.0.pre.rc CONTRIBUTING.md
prezzo-0.3.1 CONTRIBUTING.md
prezzo-0.3.0 CONTRIBUTING.md
prezzo-0.2.2 CONTRIBUTING.md
prezzo-0.2.1 CONTRIBUTING.md
prezzo-0.2.0 CONTRIBUTING.md