Skip to content

Commit

Permalink
Update readme with info about contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
emilsjolander committed Jun 21, 2015
1 parent 457de15 commit 64bc38f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,6 @@ class DownloadService extends IntentService {

startService(new DownloadServiceIntentBuilder("http://google.com").build(context))
```

##Contributing
Contributions are very welcome! Both bug fixes and additional features if they make sense. Open a pull request to discuss any changes :)
3 changes: 3 additions & 0 deletions README.md.template
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,6 @@ class DownloadService extends IntentService {

startService(new DownloadServiceIntentBuilder("http://google.com").build(context))
```

##Contributing
Contributions are very welcome! Both bug fixes and additional features if they make sense. Open a pull request to discuss any changes :)

0 comments on commit 64bc38f

Please sign in to comment.