Reporting bugs

Please use GitHub to raise any bugs or feature requests.

Contributing guidelines

To contribute to Serializer Extensions, please:

  • Clone the repository
  • Ensure your changes are Flake8 compliant
  • Provide tests to support your changes
  • Ensure all tests pass by calling ./runtests.py, or tox to run tests across all supported environments
  • Ensure the documentation remains up to date
  • Open a pull request on Github, referencing the relevant issue that your work fixes