Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 822 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (22 loc) · 822 Bytes

Contributing

Flow

fork -> clone -> edit -> push -> pull

Creating a Pull Request

This page has been designed so that people can easily expand it. To request us to review changes that you create, you will need to create a pull request to add or update a new cheat page.

  1. Add a new cheat page:

    • Step one:

    Copy template.md to <TECH_NAME>.md and add knowledge (tips and triks) using markdown

    • Step two:

    Update index.md page section with title and link to the new cheatsheet:

## Cheatsheet collection
...
* [TECH_NAME_HERE](tech_page_here.md)
...
  1. Update/Fix another cheatsheet page