tips/contributing.md
2015-07-15 16:48:24 +05:30

227 B

Easy steps:

  • Clone the repo.

  • Install the deps: npm install

  • Edit tips.json to add your tip in the below format:

{
    "title": <your_tip_title>,
    "tip": <your_tip>
}
  • Commit, push and send a PR!