mirror of
https://github.com/namibia/tips.git
synced 2025-01-24 23:58:26 +00:00
20 lines
310 B
Markdown
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!
|