1
0
mirror of https://github.com/namibia/tips.git synced 2024-06-16 17:02:20 +00:00

Added contributing.md

This commit is contained in:
Hemanth.HM 2015-07-15 16:40:05 +05:30
parent 2feff7c446
commit 37092d1805

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!