From c931f3c60ef2078e0dbe80148574db8106202c5b Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Thu, 28 Feb 2019 11:23:58 -0500 Subject: [PATCH] Create CONTRIBUTORS.rst --- CONTRIBUTORS.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CONTRIBUTORS.rst diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst new file mode 100644 index 0000000..762a220 --- /dev/null +++ b/CONTRIBUTORS.rst @@ -0,0 +1,7 @@ +nested-lookup is public domain and open source. + +To contribute please make sure all tests pass. + +If you are adding new functionality please write a test for the functionality. + +To avoid discussions regarding code formatting, please use `black ` with default settings.