From: David A. Velasco Date: Thu, 24 Oct 2013 07:46:13 +0000 (-0700) Subject: Merge pull request #287 from LukeOwncloud/setup_md X-Git-Tag: oc-android-1.5.5~156 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/c217f7229b1224a7fc5526ddfad928cd73ebf1f3?hp=d0c9ad1091a1a161faf45583ff454622a05d6452 Merge pull request #287 from LukeOwncloud/setup_md Setup.md updated. --- diff --git a/README.md b/README.md index 3ba9f73a..45cb4be9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -This is the android client for [owncloud][0]. +This is the Android client for [ownCloud][0]. + +The app performs file synchronization with an ownCloud server. Other ownCloud features may be added in the future, but they are not a priority right now. Make sure you read [SETUP.md][1] when you start working on this project. diff --git a/SETUP.md b/SETUP.md index cd67a800..6e7b7f62 100644 --- a/SETUP.md +++ b/SETUP.md @@ -1,5 +1,5 @@ - If you want to start development of ownCloud first download required files, then compile using console or Eclipse, finally create pull request: + If you want to start help developing ownCloud please follow the [contribution guidlines][0] and observe these instructions: 1. Fork and download android/develop repository: @@ -42,6 +42,7 @@ 4. Create pull request: + - NOTE: You must sign the [Contributor Agreement][1] before your changes can be accepted! - Commit your changes locally: "git commit -a" - Push your changes to your Github repo: "git push" - Browse to https://github.com/YOURGITHUBNAME/android/pulls and issue pull request @@ -50,5 +51,6 @@ - Enter description and send pull request. - +[0]: https://github.com/owncloud/android/blob/master/CONTRIBUTING.md +[1]: http://owncloud.org/about/contributor-agreement/