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
- Host: GitHub
- URL: https://github.com/jonathanrocher/sprint_tutorial
- Owner: jonathanrocher
- Created: 2015-07-09T14:20:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T17:36:29.000Z (about 6 years ago)
- Last Synced: 2025-03-25T07:12:59.150Z (11 months ago)
- Topics: coding-standards, python, sprints
- Language: Python
- Homepage:
- Size: 1.98 MB
- Stars: 18
- Watchers: 4
- Forks: 120
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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)