All talks and presentations given at the Golang Phoenix will be stored here.
Presentations can be in any format the presenter prefers though Go provides excellent presentation capabilities utilizing the presentation library software
- Fork the repo
- Create a branch
- Create your presentation
- Push changes up
- Open Pull Request
cd $GOPATH/src/github.com/gogo-phoenix-chandler
git clone [email protected]:<YOURGITHUBACCOUNT>/talks.git
cd talks
git checkout -b <talk_title>
git add <needed> <files>
git commit -m "New presentation!"
git push origin <talk_title>
Myself, Sheena, or Dave will then merge the pull request.