Contributing a Guide
The guides site uses jekyll to power the site and all the documents are written using markdown. To contribute a guide, you just need to follow these simple steps.
- Fork the repository on github by clicking on the “Fork” button.
- Do a
git cloneof your fork. - Create a file named
YYYY-MM-DD-guide_name.markdowninside the_postsdirectory of your fork. -
In this file, you’ll need to add some YAML front matter at the top of the file so it looks like the following example, taken from this guide that you are currently viewing:
--- layout: default title: Contributing a Guide permalink: contributing ---
- Commit this new guide to your git repo.
- After you commit, push that to your fork.
- You can now open a pull request explaining your guide. That’s it!
You can follow the structure of our Rails Girls App Tutorial.
Thanks so much for taking the time to help us make Rails Girls awesome.