1
0
mirror of https://github.com/namibia/tips.git synced 2024-06-27 23:23:30 +00:00
git-tips/contributing.md
2015-07-15 19:09:15 +05:30

310 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>
}
  • Commit, push and send a PR!