Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.11 KB

CONTRIBUTING.md

File metadata and controls

23 lines (13 loc) · 1.11 KB

Feedback

We'd love the feedback from you. Please create GitHub Issues for feature discussions, bug reports and anything you'd like us to know. Be sure to check out the closed issues before you open new ones.

Contributing

  1. Fork the repo.

  2. Create a local feature branch from the latest master, prefix it with feature/ and use hyphen-separated-words to name your branch:

git checkout -b feature/your-branch
  1. Add your changes and push it to your fork

  2. Create a pull request

Dependencies

CocoaPods is used to set up the example project. Follow the instruction to install it before you set up the project by running make bootstrap.

Pickle uses Ruby 2.3.4 and Bundler to manage dependencies on Travis CI. It's not required locally. However if you have Ruby environment set up, additional tools are specified in the Gemfile.