Thanks for helping - we appreciate contributions from everyone.
If you have a specific issue that you're attacking:
- Raise it if it doesn't exist
- Comment that you're working on the fix - this means you'll get help when people see you take on an issue, and prevents duplicating work
When submitting a pull request, ideally:
- Make sure the unit tests pass
- Try to follow PEP-8 style (and/or be consistent with the existing code!)
Finally, pull requests should generally be to the develop
branch unless there's a very good reason - this project follows this vaguely standard branching model.