Skip to content

How to contribute

Stefan Su edited this page Sep 25, 2019 · 1 revision

For a Markdown Quick Reference, have a look at the Markdown Cheatsheet.

Document Structure

## Contents

### <a name="languages-category"></a>[Languages](#programming-languages)

* [Python](#languages-python)
* [Javascript](#languages-javascript)

...

(Actual resources start now ⬇)

## <a name="programming-languages"></a>Languages <sup>[Back ⇈](#languages-category)</sup>

* <a name="languages-python"></a> Python
  - [Google's Python Class](https://developers.google.com/edu/python/)
* <a name="languages-javascript"></a> JavaScript
  - [Mozilla's JavaScript Guide](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide)

...

Contribution checklist

  • I created my own branch from the branch I wish to start changes from and will then create a pull request.
  • I added a link to the actual resources in the ## Contents section.
  • I added a [Back ⇈](#<category-label>) link in the category header.
  • I gave my anchor a tag that does not clash with the default auto-generated one. E.g. <a name="dev-ops"></a>DevOps instead of DevOps`.
Clone this wiki locally