Sha256: 2fe2912c6899391df18c914871f8f8a2065abc6daaacc2b320977350b55ea214

Contents?: true

Size: 941 Bytes

Versions: 27

Compression:

Stored size: 941 Bytes

Contents

## Contributing

***All pull requests should be based off the `develop` branch.***

The Calabash Toolchain uses git-flow.

See these links for information about git-flow and git best practices.

##### Git Flow Step-by-Step guide

* https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow

##### Git Best Practices

* http://justinhileman.info/article/changing-history/

##### git-flow command line tool

We don't use the git-flow tools, but this is useful anyway.

* http://danielkummer.github.io/git-flow-cheatsheet/

## Start a Feature

Start your work on a feature branch based off develop.

```
# If you don't already have the develop branch
$ git fetch origin
$ git co -t origin/develop

# If you already have the develop branch
$ git co develop
$ git pull origin develop
$ git co -b feature/my-new-feature

# Publish your branch and make a pull-request on `develop`
$ git push -u origin feature/my-new-feature
```

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
luffa-2.1.0 CONTRIBUTING.md
calabash-2.0.0.pre11 CONTRIBUTING.md
calabash-2.0.0.pre10 CONTRIBUTING.md
calabash-2.0.0.pre9 CONTRIBUTING.md
calabash-2.0.0.prelegacy4 CONTRIBUTING.md
calabash-2.0.0.prelegacy3 CONTRIBUTING.md
calabash-2.0.0.prelegacy2 CONTRIBUTING.md
calabash-2.0.0.prelegacy CONTRIBUTING.md
luffa-2.0.0 CONTRIBUTING.md
calabash-2.0.0.pre6 CONTRIBUTING.md
calabash-2.0.0.pre5 CONTRIBUTING.md
calabash-2.0.0.pre4 CONTRIBUTING.md
luffa-1.1.0 CONTRIBUTING.md
calabash-2.0.0.pre3 CONTRIBUTING.md
calabash-2.0.0.pre2 CONTRIBUTING.md
calabash-2.0.0.pre1 CONTRIBUTING.md
calabash-1.9.9.pre3 CONTRIBUTING.md
calabash-1.9.9.pre2 CONTRIBUTING.md
calabash-1.9.9.pre1 CONTRIBUTING.md
luffa-1.0.7 CONTRIBUTING.md