layout |
---|
default |
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.
- If you don't have one already, visit github.com/signup and create a free account.
- Create a new post to contribute a line to the story.
- For this example, use this convention when naming your file:
YEAR-MO-DY-TITLE.md
. - Type out your story contribution. In this example, you'll may also want to begin your contribution with
so we can properly attribute your story. Here's an example to get you started.
---
author: [your GitHub username]
---
- Click the Submit button at the bottom.
- This sends a pull request, asking the project owner to merge in your changes.
- Once you get notification that it's been merged, you can read the story at mozfest.github.io/our-story