forked from hyperoslo/ImagePicker
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request hyperoslo#63 from hyperoslo/improve/README-III
Improve README
- Loading branch information
Showing
2 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. |