sprint_tutorial
sprint_tutorial copied to clipboard
Tutorial and mock repository to teach people to contribute to open source
Steps to reproduce the problem.
Removed scipy from install Added required packages nose sphinx flake Removed numpy version
Remove scipy from How To Create Development Environments step 4 "Add dependencies" in doc/how_to_sprint.rst That is, only install numpy (specific version) as a dependency.
Remove these two unnecessary git commands from step 16 of The Typical Workflow in doc/how_to_sprint.rst: git pull upstream master git checkout fix/bug_name (as stated by Jonathan Rocher as he presented...
This is an idea .. a suggestion. Start with modifying documents rather than a python program. Use the github gui rather than trying to setup a devenv. Try using the...
In [how_to_sprint.rst](https://github.com/jonathanrocher/sprint_tutorial/blob/master/doc/how_to_sprint.rst) under the title "How to create development environments?", the recommended code for activating new environment in Miniconda does not work for Windows. The Windows version of it should...
There should be instructions to fork the repo.
What is a pull request ... ?? is a commit ... hope, expectation that someone pull's it into the repository? What is the language ... what is the feedback? an...