From 6487559da98d38b78d3ca38fcb74562d8e0b0c33 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Tue, 7 Jul 2015 22:28:13 -0400 Subject: [PATCH] Added note about contributing new solutions. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cef1454..5cb3bbd 100644 --- a/README.md +++ b/README.md @@ -332,6 +332,8 @@ This will launch your web browser with the list of challenge categories: * Solve the challenge and verify it passes the unit test * Check out the accompanying **Solution Notebook** for further discussion +Note: If your solution is different from those listed in the Solution Notebook, consider submitting a pull request so others can benefit from your work. Review the [Contributing Guidelines](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md) for details.* + ### Nose Unit Tests Unit tests are provided in the form of **Nose tests**.