mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-06 01:28:35 -05:00
- Rewrite book CONTRIBUTING.md with correct two-volume paths, git workflow, and editorial standards - Fix tinytorch CONTRIBUTING.md: python3 everywhere, remove duplicate recognition section - Replace StaffML-only PR template with general-purpose template covering all areas - Add bug report and TinyTorch improvement issue templates - Add config.yml to route questions to Discussions - Remove stale TINYTORCH_ISSUE_TEMPLATE/ (non-standard location, outdated module names)
822 B
822 B
Summary
Area
- Book (textbook content, figures, exercises)
- TinyTorch (modules, tests, milestones)
- StaffML (interview questions, challenges)
- Kits (hardware labs)
- Infrastructure (CI/CD, scripts, config)
Changes
Testing
- Rendered the book locally (
quarto render) - Ran tests (
pytest tests/) - Ran
tito module test NNfor affected module(s) - Manual verification (describe below)
Related Issues
By submitting this PR, you agree to release your contribution under the project's license.