1
0
mirror of https://github.com/namibia/tips.git synced 2024-06-02 02:11:15 +00:00
git-tips/contributing.md

15 lines
192 B
Markdown
Raw Normal View History

2015-07-15 11:10:05 +00:00
## 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!