Created by Jose Dominguez / @josmasflores
Make sure you have read Contributing through github
git checkout -b bugfix34
creates a new branch and checks it out automatically
make any changes you need, add, commit, and push to your repo as a remote branchgit add buttonStyle.css
git commit -m 'adds new button stlyle: #34'
git push origin bugfix34
Click on 'Compare & pull request'
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'
Your 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.
Feel free to contact the Open Source group for any additional information