Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 360 Bytes

contributing.md

File metadata and controls

20 lines (15 loc) · 360 Bytes

Easy steps:

  • Fork the repo.

  • Install the deps:

 $ cd tips && npm install
  • Edit tips.json to add your tip in the below format:
{
    "title": <your_tip_title>,
    "tip": <your_tip>,
    "alternatives": [Optional list of alternatives]
}
  • Commit, push and send a PR!