Browse Source

added reference to SETUP.md

added reference to SETUP.md to cover basic dev environment setup question right away.
Andy Scherzinger 9 years ago
parent
commit
10155b9815
1 changed files with 1 additions and 0 deletions
  1. 1 0
      CONTRIBUTING.md

+ 1 - 0
CONTRIBUTING.md

@@ -44,6 +44,7 @@ NOTE: You must have the git installation folder in your environment variable PAT
 * Pull any changes from your remote branch 'master': ```git pull origin master```
 * Make official ownCloud repo known as upstream: ```git remote add upstream git@github.com:owncloud/android.git```
 * Make sure to get the latest changes from official android/master branch: ```git pull upstream master```
+* Make sure you read [SETUP.md](https://github.com/owncloud/android/blob/master/SETUP.md) when you start working on this project.
 
 
 ### 7. Create pull request: