Contributing
PyStatsV1 welcomes contributions from students, instructors, and practitioners.
Quick path
Read the
CONTRIBUTING.mdfile in the repository root.Browse issues labeled
good first issueorhelp wanted.Fork the repository and clone your fork.
Create and activate a virtual environment, then run:
pip install -r requirements.txt make lint make test
Make your change, ensure the checks still pass, and open a pull request.
Types of contributions
Documentation improvements and teaching notes
Small refactors and test improvements
New chapter examples (simulator + analyzer + Makefile targets)
Bug fixes and robustness improvements
For more details, including coding style and pull request guidelines, see CONTRIBUTING.md.