Contribute and Support ====================== - Please submit any changes via `GitHub`_ pull requests. - If you use any existing code, please make sure it is compatible to *Apache License Version 2.0* - Ensure that your code complies to `PEP8`_. - Ensure that your code works with *Python 3.10* and *PyPy3.10 7.3.12*. - Please contact the author first if your changes are not back compatible or import new dependencies. - Write unit tests. There is no need to cover all code, but please cover as much as you can. - Add your name to ``AUTHORS.rst``. .. _GitHub: https://github.com/named-data/python-ndn .. _PEP8: https://www.python.org/dev/peps/pep-0008/