[PR #1124] [CLOSED] Add TinyTorch-specific contributor recognition #6348

Closed
opened 2026-04-21 22:15:48 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/1124
Author: @profvjreddi
Created: 1/20/2026
Status: Closed

Base: devHead: feature/tinytorch-contributors


📝 Commits (1)

  • d388848 Add TinyTorch-specific contributor recognition

📊 Changes

2 files changed (+48 additions, -2 deletions)

View changed files

tinytorch/.all-contributorsrc (+24 -0)
📝 tinytorch/README.md (+24 -2)

📄 Description

Summary

Adds a dedicated contributor recognition system for TinyTorch, separate from the main book.

Changes

  • Created tinytorch/.all-contributorsrc for TinyTorch-specific tracking
  • Added "Community Contributors" section to TinyTorch README with All Contributors format
  • Added @AmirAlasady as the first community contributor for identifying dead code in #1122

Why separate from the book?

TinyTorch has different contribution types relevant to a framework:

  • Bug reports (like #1122)
  • Code contributions
  • Ideas and suggestions
  • Documentation

This allows more granular recognition for TinyTorch contributors while keeping the main book contributors list focused on book content.

How to add new contributors

Comment on any issue/PR:

@all-contributors please add @username for bug

Or manually edit tinytorch/.all-contributorsrc and regenerate the table.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/1124 **Author:** [@profvjreddi](https://github.com/profvjreddi) **Created:** 1/20/2026 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `feature/tinytorch-contributors` --- ### 📝 Commits (1) - [`d388848`](https://github.com/harvard-edge/cs249r_book/commit/d388848888a7b6726cd1a1df8af6a2e1d90a2e9f) Add TinyTorch-specific contributor recognition ### 📊 Changes **2 files changed** (+48 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `tinytorch/.all-contributorsrc` (+24 -0) 📝 `tinytorch/README.md` (+24 -2) </details> ### 📄 Description ## Summary Adds a dedicated contributor recognition system for TinyTorch, separate from the main book. ## Changes - Created `tinytorch/.all-contributorsrc` for TinyTorch-specific tracking - Added "Community Contributors" section to TinyTorch README with All Contributors format - Added @AmirAlasady as the first community contributor for identifying dead code in #1122 ## Why separate from the book? TinyTorch has different contribution types relevant to a framework: - Bug reports (like #1122) - Code contributions - Ideas and suggestions - Documentation This allows more granular recognition for TinyTorch contributors while keeping the main book contributors list focused on book content. ## How to add new contributors Comment on any issue/PR: ``` @all-contributors please add @username for bug ``` Or manually edit `tinytorch/.all-contributorsrc` and regenerate the table. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-21 22:15:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#6348