Moved contributing section.

This commit is contained in:
Donne Martin 2015-07-07 06:56:10 -04:00
parent d1c11a2592
commit 6810a9e715

View File

@ -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) * 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 * Repo will be **continually updated** with new solutions and challenges
* Contributions are welcome! See the [Contributing Guidelines](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md).
## 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
## Index ## Index
@ -105,6 +96,7 @@ Review the [Contributing Guidelines](https://github.com/donnemartin/interactive-
### Misc ### Misc
* [Contributing](#contributing)
* [Credits](#credits) * [Credits](#credits)
* [Contact Info](#contact-info) * [Contact Info](#contact-info)
* [License](#license) * [License](#license)
@ -380,6 +372,15 @@ pip install nose
More information on Nose can be found [here](https://nose.readthedocs.org/en/latest/). 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 ## Credits
### Resources ### Resources