Thank you for taking the time to contribute go2p! ❤️
- Read the README.
- Search for existing issues.
If the above doesn't help, please submit an issue.
- Click the “Fork” button in the upper right corner of repo
- Clone your fork:
git clone https://github.com/<YOUR_GITHUB_USERNAME>/go2p.git
- Create a new branch to work on:
git checkout -b <YOUR_BRANCH_NAME>
- Commit your changes
git commit -am 'Add awesome feature'
- Push your changes
git push origin <YOUR_BRANCH_NAME>
- Create a new Pull Request