tips/contributing.md
2015-07-17 13:01:25 +05:30

360 B

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!