From 6810a9e71504ccafcb07d7e481e7e72b4c3509a1 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Tue, 7 Jul 2015 06:56:10 -0400 Subject: [PATCH] Moved contributing section. --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6c3725b..547e158 100644 --- a/README.md +++ b/README.md @@ -70,16 +70,7 @@ Challenges, solutions, and unit tests are presented in the form of **IPython/Jup * Notebooks currently contain mostly Python solutions, but can be extended to include [44 supported languages](https://github.com/ipython/ipython/wiki/IPython-kernels-for-other-languages) * Repo will be **continually updated** with new solutions and challenges - - -## Contributing - -Contributions are welcome! - -Review the [Contributing Guidelines](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md) for details on how to: -* Submit issues -* Add solutions to existing challenges -* Add new challenges +* Contributions are welcome! See the [Contributing Guidelines](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md). ## Index @@ -105,6 +96,7 @@ Review the [Contributing Guidelines](https://github.com/donnemartin/interactive- ### Misc +* [Contributing](#contributing) * [Credits](#credits) * [Contact Info](#contact-info) * [License](#license) @@ -380,6 +372,15 @@ pip install nose More information on Nose can be found [here](https://nose.readthedocs.org/en/latest/). +## Contributing + +Contributions are welcome! + +Review the [Contributing Guidelines](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md) for details on how to: +* Submit issues +* Add solutions to existing challenges +* Add new challenges + ## Credits ### Resources