Development Workflow – App Inventor 2



Development Workflow – App Inventor 2

1 0


AppInventor2DevelopmentWorflow

Slides on dev workflow for App Inventor 2; based on reveal.js

On Github josmas / AppInventor2DevelopmentWorflow

Development Workflow

App Inventor 2

Created by Jose Dominguez / @josmasflores

no notes for this slide?

Contributing through github?

Make sure you have read Contributing through github

no notes for now

Make a feature branch

git checkout -b bugfix34
creates a new branch and checks it out automatically

no notes for now

File changes

            git add buttonStyle.css
            git commit -m 'adds new button stlyle: #34'
            git push origin bugfix34
          
make any changes you need, add, commit, and push to your repo as a remote branch

no notes for now

Open a Pull Request

Click on 'Compare & pull request'

no notes for now: explain what a remote is?

Submit 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'

no notes for now

you are now ready to go!

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.

no notes for now.

THE END

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.