git-tips/contributing.md

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!