diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..f9e6a86 --- /dev/null +++ b/contributing.md @@ -0,0 +1,14 @@ +## Easy steps: + +* Clone the repo. + +* Edit `tips.json` to add your tip in the below format: + +```json +{ + "title": , + "tip": +} +``` + +* Commit, push and send a PR!