Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 994 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (18 loc) · 994 Bytes

Contributing Guidelines - PickerView

Great to have you here! Here are a few ways you can help make this project better!

General Guide

If you are not familiar with contributing to open-source projects, take a look in this guide by GitHub.

Basically:

1 - Report an issue.

2 - Fork the updated repository.

3 - Clone your forked repository.

4 - Make your changes.

5 - Submit a Pull Request with a summary of your changes and the related issue on the Pull Request's summary.

Reporting an Issue

Github Issues are used to track todos, bugs, feature requests, and more.

Pre-Requisites

OS X with Xcode 7.0+ installed.

Code Style Guide

We adopted Swift Style Guide by Ray Wenderlich with one exception: We use 4 spaces to indent instead of 2.

Thank you

Thank you so much for contributing ♥