Files
cs249r_book/.github/PULL_REQUEST_TEMPLATE.md
Vijay Janapa Reddi c3bfab7d2a docs: update contributing guides, PR template, and issue templates
- 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)
2026-03-28 16:02:45 -04:00

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 NN for affected module(s)
  • Manual verification (describe below)

By submitting this PR, you agree to release your contribution under the project's license.