Thanks for taking your time to help to the project.
If you haven't, take a look at the Projects tab to see what's happening on the project right now.
- Clone and fork the project
- Create a branch for your feature (
git checkout -b feature/YourNewFeature
) - Commit your changes (
git commit -m "Added my new feature!"
) - Push to the branch (
git push origin feature/YourNewFeature
) - Open a Pull Request
When opening a Pull Request, make sure to make a list detailing what you've done. It does not need to be in depth, just a brief explanation.
Also, always try to write clear commit logs to keep the project clean.