-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
Arun Varghese edited this page Feb 6, 2017
·
1 revision
Fork the project on GitHub and check out your copy locally.
$ git clone git@github.com:username/repo.git
$ cd repo
$ git remote add upstream git://github.com/arvarghese/photo-tiles.git
$ git checkout -b my-branch -t origin/master
$ git add my/changed/files
$ git commit
$ git fetch upstream
$ git rebase upstream/master
$ npm test
$ git push origin my-branch
Go to https://github.com/yourusername/repo and select your branch. Click the 'Pull Request' button and fill out the form. Thats It! Someone will then review your request within a few days.