Sha256: 9bec18086e61a00b528f843be2d9e046805a4f6e73bf8c83c154a38bd1c7f9f7

Contents?: true

Size: 921 Bytes

Versions: 3

Compression:

Stored size: 921 Bytes

Contents

Over 20 developers have contributed to ProMotion. We love it when ProMotion users become ProMotion contributors.

## Working on New Features

1. Clone the repo into `<My iOS Projects Folder>/ProMotion`
2. Update your `Gemfile`to reference the project as `gem 'ProMotion', :path => "../ProMotion"`
3. Run `bundle`
4. Run `rake clean` and then `rake`
5. Contribute!

## Submitting a Pull Request

1. Fork the project
2. Create a feature branch
3. Code
4. Update or create new specs ** NOTE: your PR is far more likely to be merged if you include comprehensive tests! **
5. Make sure tests are passing by running `rake spec` *(you can run functional and unit specs separately with `rake spec:functional` and `rake spec:unit`)*
6. Submit pull request to `edge` (for new features) or `master` (for bugfixes)
7. Make a million little nitpicky changes that @jamonholmgren wants
8. Merged, then fame, adoration, kudos everywhere

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ProMotion-1.1.2 CONTRIBUTING.md
ProMotion-1.1.1 CONTRIBUTING.md
ProMotion-1.1.0 CONTRIBUTING.md