Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.42 KB

contribute.md

File metadata and controls

39 lines (30 loc) · 1.42 KB

title: Contribute to Kill The Yak

  1. Fork the repo.
  2. Copy template.md to a new file.
  3. Write your content. Commit.
  4. Send a pull request.

Some things to note:

  • You can write in Markdown.
  • If your "recipe" has any dependencies, include them in deps. You can refer to other pages in the repo by writing their filename (without the extension), e.g. deps: [install-homebrew]
  • Content enclosed in ``` is important. When other pages list your page as a dep, the content between the ``` will be included on their page.
  • Don't forget to add yourself as a contributor so you can get credit! You can write your name, or you can write your Github page URL.
  • You retain copyright to your work. By contributing a guide, you agree to publish under the Creative Commons Attribution-Share-Alike license.

For an example, here is what the template looks like:

title: Create my new page
updated: 2013-07-13
description: This is the template page.
os: [macosx, windows, linux]
tags: []
deps: [example-dep]
contributors: ["http://www.github.com/YOU"] 

Write your content below.

```
# Content goes here!
```

Click here to see how it would get rendered.