瀏覽代碼

added reference to SETUP.md

added reference to SETUP.md to cover basic dev environment setup question right away.
Andy Scherzinger 9 年之前
父節點
當前提交
10155b9815
共有 1 個文件被更改,包括 1 次插入0 次删除
  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: