- Fork the repo.
- Create a branch and name it according to a feature / bugfix you're going to implement.
- Implement your feature. Preserve the coding style of original project.
- Create a pull request (PR) to original repo's
master
branch. Name your request properly so it's easy to understand what feature you've implemented. Provide link to an issue if your changes fix that issue. - Wait for repo owner to review your PR, make changes according to reviewer's comments.
- If everything is OK, repo owner will merge your PR into
master
.
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.