You can find problems from Issues or fix other problems.
Basic Pull Request steps:
- Fork this repository
- Create your feature branch:
git checkout -b awesome-feature - Commit your changes:
git commit -am "Add awesome feature" - Push to the branch:
git push origin awesome-feature - Submit a pull request to this repository