Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 2.23 KB

github.md

File metadata and controls

49 lines (37 loc) · 2.23 KB
layout title
page
Using Github to contribute to sandiego.js

{% include JB/setup %}

How to request a presentation topic

  1. Go to the sandiegojs.github.com issue tracker
  2. Click on the "New Issue" button
  1. Fill out your request and tag it with the "Presentation" label
  1. Submit!

Anyone subscribed to the repository will be notified and discussion around the idea can occur within github.

How to offer a presentation

You can either perform the same steps as above, or you can contact Kevin or Jarrod directly.

How to submit a blog

If you are new to git and/or github, please consider reading the Fork a Repo guide from github.

If you are new to Jekyll, please skim the Jekyll Docs

  1. Fork the sandiegojs.github.com repository to your account
  1. Create a new file in the _posts directory following the same style as the other posts (this is important!). If it is January 5th, 2013 and you wanted to name your post "Everything I love about closures", your file name would be 2013-01-05-everything-I-love-about-closures.md
  2. Use the example post as a guide for the YAML Front Matter (a fancy name for YAML configuration at the top of the file).
  3. Commit your post, push to your local fork, and submit a pull request

"Whoa whoa whoa, what?" - If that's what is running through your head, it looks like you need to submit a presentation request on git and github or come to a hacknight!