-
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!