From 64bc38fabd9db5016e1b55e8a83fdb858edb552e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Sj=C3=B6lander?= Date: Sun, 21 Jun 2015 12:20:57 -0700 Subject: [PATCH] Update readme with info about contributing --- README.md | 3 +++ README.md.template | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 0c8b06c..c34fdae 100644 --- a/README.md +++ b/README.md @@ -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 :) \ No newline at end of file diff --git a/README.md.template b/README.md.template index 4e1779a..f110e31 100644 --- a/README.md.template +++ b/README.md.template @@ -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 :) \ No newline at end of file