- Fork the Repository
- Create a branch for your feature (
git checkout -b new-feature
) - Commit your changes (`git commit -am 'Added some new feature')
- Push to the branch (
git push origin new-feature
) - Create new Pull Request
- Try your best to keep your coding style clean
- Comment passages of code to make them more understandable
- Only make a single change per commit