Before contributing for the first time, you must sign the Contributor License Agreement. You can find more information about it on the FAQ page OXID Contribution and Contributor Agreement FAQ: https://docs.oxid-esales.com/developer/en/latest/development/modules_components_themes/contribution.html
First off, you have to fork current repository.
Best practice:
- Please leave the the branch names as they are.
- If you want to fix a bug or develop a new feature, define an own branch in your repository. Name it e.g. "feature/foo" or "bug/bugname" for better traceability.
- Change whatever you want and send a pull request back to the original branch.
For more information about this, please see:
http://codeinthehole.com/writing/pull-requests-and-other-good-practices-for-teams-using-github/
You will find technical help with Git and GitHub on this place:
https://help.github.com/
When sending your pull request, please provide a clear, meaningful and detailed information about what your code is about and what it will do, best including a screen shot if possible.