Skip to content

Latest commit

 

History

History
66 lines (55 loc) · 2.61 KB

index.md

File metadata and controls

66 lines (55 loc) · 2.61 KB
layout
default

Let's write a story, together.

Using GitHub, we can collaborate on writing a story together and track all the authors and changes. It's the open source way!

{% for post in site.posts reversed %} {{ post.content }} # Added by @{{ post.author }} {% endfor %}

Looking for help? Open an issue.

Want to peek under the hood? The site's open source.

Add to the Story

  1. If you don't have one already, visit github.com/signup and create a free account.
  2. Create a new post to contribute a line to the story.
  3. For this example, use this convention when naming your file: YEAR-MO-DY-TITLE.md.
  4. Type out your story contribution. In this example, you'll may also want to begin your contribution with
    ---
    author: [your GitHub username]
    ---
    so we can properly attribute your story. Here's an example to get you started.
  5. Click the Submit button at the bottom.
  6. This sends a pull request, asking the project owner to merge in your changes.
  7. Once you get notification that it's been merged, you can read the story at mozfest.github.io/our-story
Congrats! This is the open source way!
<script> // Generated by CoffeeScript 1.6.3 (function() { var key, param, query; key = "dontCache"; param = "" + key + "=" + ((new Date).getTime()); query = document.location.search.substr(1); if (query.length === 0) { document.location.search = param; } }).call(this); </script>