Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 779 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 779 Bytes

Talks - go-phoenix-chandler

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

Contributing

  • 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.