fork this repo Create a new folder with your project name Create a feature branch based off of master with:
git checkout -B myBranchNamehere
Create/Edit files and test Push branch up to forked copy with
git push origin myBranchNamehere
Go to: http://github.com and find this repo. Create a pull request from your forked copy to the original webdevri repo.
Your PR will be reviewed and approved/denied by me or other admin.