nested-lookup/CONTRIBUTING.rst
Russell Ballestrini 279dcb4189 fix old github refs
modified:   CONTRIBUTING.rst
	modified:   README.rst
	modified:   setup.py
2022-07-06 14:53:52 -04:00

11 lines
331 B
ReStructuredText

The ``nested-lookup`` library is public domain and open source.
To contribute please make sure all tests pass.
If you are adding new functionality please write a unit test.
Try running this:
`make test`
To avoid discussions regarding code formatting, please use `black <https://github.com/ambv/black>`_ with default settings.