Me and Luis Cordova have setup some guidelines for SymfonyCon Hacking Day.
We selected some tickets you can pick: https://docs.google.com/spreadsheet/ccc?key=0Ao1MtzhUynSNdE1HMVlpZV9DdHhxdGp0ZHc5Y0hpdEE&usp=drive_web#gid=3
- Process to create a Pull Request
- Fork the repository
- checkout the right branch
- reproduce the bug and create the failing test
- Fix the bug and make sure the tests are passing
- Run tests locally