From 8c4229944f643fdb6a867afe249b31f35a569888 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Thu, 28 Feb 2019 11:26:13 -0500 Subject: [PATCH] Update CONTRIBUTING.rst --- CONTRIBUTING.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 762a220..dde9f01 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,7 +1,7 @@ -nested-lookup is public domain and open source. +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 test for the functionality. +If you are adding new functionality please write a unit test. -To avoid discussions regarding code formatting, please use `black ` with default settings. +To avoid discussions regarding code formatting, please use `black `_ with default settings.