# Fork & Pull Request
- Fork this repo
- Clone the forked repo
```bash
git clone https://github.com/<YOUR_USERNAME>/beachball.git && cd beachball
```

- Add ```migme/beachball``` as an upstream remote
```bash
git remote add upstream git@github.com:migme/beachball.git
```
