git-tips/contributing.md

17 lines
227 B
Markdown
Raw Normal View History

2015-07-15 11:10:05 +00:00
## Easy steps:
* Clone the repo.
2015-07-15 11:18:24 +00:00
* Install the deps: `npm install`
2015-07-15 11:10:05 +00:00
* 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!