On Github josmas / AppInventor2DevelopmentWorflow
Created by Jose Dominguez / @josmasflores
no notes for this slide?Make sure you have read Contributing through github
no notes for now
git checkout -b bugfix34creates a new branch and checks it out automatically no notes for now
git add buttonStyle.css git commit -m 'adds new button stlyle: #34' git push origin bugfix34make any changes you need, add, commit, and push to your repo as a remote branch no notes for now
Click on 'Compare & pull request'
no notes for now: explain what a remote is?
Make sure all changes are corrent and click on 'Send pull request'. Especially make sure that the origin is your new branch and the destination is mit-cml:newblocks. If that is not the case, click on 'edit'
no notes for nowYour pull request will be reviewed: expect comments and you might have to make changes too!
Checkout the App Inventor Developer Overview for more information about the overall architecture of the system.
no notes for now.Feel free to contact the Open Source group for any additional information
This work is licensed under a Creative Commons Attribution 3.0 Unported License.