Included are a collection of curriculum materials to go along with the information presented during the workshop and conference. Clone the repository to your local system. As new materials are added, we will push to the master
branch. From there you can pull new changes to your local machine.
Helpful quick reference guides for common ( and uncommon ) actions. Scan throught to find resources that may be helpful while developing.
These are quick reference, while each of the Agile processes are being committed to muscle memory.
Helpful starter templates to common actions.
Step by step worksheets to help keep you on target while these processes sink in.
Submit your resources via "Pull Requests"! If you have anything that you've learned, found or know of that you would like to contribute, please do!
To contribute:
- Fork it
- Create your feature branch (
git checkout -b my-new-resource
) - Commit your changes (
git commit -am 'Add some resource'
) - Push to the branch (
git push origin my-new-resource
) - Create new Pull Request