Skip to content

Commit

Permalink
Merge pull request hyperoslo#63 from hyperoslo/improve/README-III
Browse files Browse the repository at this point in the history
Improve README
  • Loading branch information
zenangst committed Nov 23, 2015
2 parents 43469b6 + 87278eb commit 25515f4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## Contribute

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create pull request

Make sure you check our [Playbook](https://github.com/hyperoslo/iOS-playbook) before contributing! :)

### Other information

GitHub Issues is for reporting bugs, discussing features and general feedback in **ImagePicker**. Be sure to check our [documentation](http://cocoadocs.org/docsets/ImagePicker), [FAQ](https://github.com/hyperoslo/ImagePicker/wiki/FAQ) and [past issues](https://github.com/hyperoslo/ImagePicker/issues?state=closed) before opening any new issues.

If you are posting about a crash in your application, a stack trace is helpful, but additional context, in the form of code and explanation, is necessary to be of any use.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,12 @@ pod 'ImagePicker'

## Author

Hyper Interaktiv AS, [email protected]
Hyper made this with ❤️. If you’re using this library we probably want to hire you! Send us an email at [email protected].

## Contribute

We would love you to contribute to **ImagePicker**, check the [CONTRIBUTING](https://github.com/hyperoslo/ImagePicker/blob/master/CONTRIBUTING.md) file for more info.

## License

**ImagePicker** is available under the MIT license. See the LICENSE file for more info.
**ImagePicker** is available under the MIT license. See the [LICENSE](https://github.com/hyperoslo/ImagePicker/blob/master/LICENSE.md) file for more info.

0 comments on commit 25515f4

Please sign in to comment.