1
0
mirror of https://github.com/namibia/tips.git synced 2024-09-28 05:39:00 +00:00
git-tips/contributing.md
2015-07-15 16:40:05 +05:30

192 B

Easy steps:

  • Clone the repo.

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

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