An open API service indexing awesome lists of open source software.

https://github.com/jonathanrocher/sprint_tutorial

Tutorial and mock repository to teach people to contribute to open source
https://github.com/jonathanrocher/sprint_tutorial

coding-standards python sprints

Last synced: 10 months ago
JSON representation

Tutorial and mock repository to teach people to contribute to open source

Awesome Lists containing this project

README

          

# Sample repository for the SciPy tutorial to learn how to sprint

This repository was created to allow new sprinters to learn to
contribute to a project. It also contains a document summarizing the
most important steps to learn to contribute to open source Python
projects.

## Learn to sprint
See the ``doc/how_to_sprint.rst`` document to get started on learning how to
contribute to projects during and after sprints.

## Contributing
For guidelines to contribute to this project, please see the
`CONTRIBUTE.rst` document.

## Dependencies
This project depends on the following packages:

* numpy
* nose (for the test suite)
* sphinx (for the documentation)
* flake8 (for contributors)