mirror of
https://github.com/zhigang1992/ProMotion.git
synced 2026-06-04 19:45:35 +08:00
* Gemfile no longer needs to be updated * running example app or specs without `bundle exec` shows Load Error
20 lines
702 B
Markdown
20 lines
702 B
Markdown
Over 30 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`
|
|
3. Run `bundle`
|
|
4. Run `rake clean` and then `bundle exec 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 `bundle exec rake spec`
|
|
6. Submit pull request to `master`
|
|
7. Make a million little nitpicky changes that @jamonholmgren wants
|
|
8. Merged, then fame, adoration, kudos everywhere
|