Before you can contribute, EA must have a Contributor License Agreement (CLA) on file that has been signed by each contributor. You can sign here: Go to CLA
Make sure you have a GitHub account Fork the repository on GitHub
Create your feature branch: git checkout -b my-new-feature Commit your changes: git commit -am 'Add some feature'
Push to the branch: git push origin my-new-feature Submit a pull request :D