-
Notifications
You must be signed in to change notification settings - Fork 4
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.
## 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)
...
- 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`.