Skip to content

Commit 37092d1

Browse files
committed
Added contributing.md
1 parent 2feff7c commit 37092d1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

contributing.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Easy steps:
2+
3+
* Clone the repo.
4+
5+
* Edit `tips.json` to add your tip in the below format:
6+
7+
```json
8+
{
9+
"title": <your_tip_title>,
10+
"tip": <your_tip>
11+
}
12+
```
13+
14+
* Commit, push and send a PR!

0 commit comments

Comments
 (0)