tips/contributing.md
2015-07-15 19:09:15 +05:30

20 lines
310 B
Markdown

## Easy steps:
* [Fork](https://github.com/git-tips/tips/network) the repo.
* Install the deps:
```sh
$ cd tips && npm install
```
* Edit [tips.json](./tips.json) to add your tip in the below format:
```js
{
"title": <your_tip_title>,
"tip": <your_tip>
}
```
* Commit, push and send a PR!