Added contributing.md

This commit is contained in:
Hemanth.HM 2015-07-15 16:40:05 +05:30
parent 2feff7c446
commit 37092d1805
1 changed files with 14 additions and 0 deletions

14
contributing.md Normal file
View File

@ -0,0 +1,14 @@
## Easy steps:
* Clone the repo.
* Edit `tips.json` to add your tip in the below format:
```json
{
"title": <your_tip_title>,
"tip": <your_tip>
}
```
* Commit, push and send a PR!