feature: Credit Authors for Catchup Summaries - #295
Merged
Conversation
✅ Deploy Preview for otc-catchup ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
KartikSoneji
force-pushed
the
feature/credit-authors-for-summaries
branch
4 times, most recently
from
August 31, 2025 22:17
da57d5e to
87ef7c3
Compare
SirusCodes
requested changes
Sep 1, 2025
SirusCodes
left a comment
Member
There was a problem hiding this comment.
Also you might need to update the CONTRIBUTING.md file to ask them to update this info
Member
Author
There was a problem hiding this comment.
So we can use a common template.
The commit author is overriden to `Harsh Kapadia <contact@harshkapadia.me>` since most of the original summaries were written by him. Co-authored-by: Kartik Soneji <kartiksoneji@rocketmail.com>
SirusCodes
force-pushed
the
feature/credit-authors-for-summaries
branch
from
October 7, 2025 13:29
87ef7c3 to
de8da94
Compare
KartikSoneji
force-pushed
the
feature/credit-authors-for-summaries
branch
from
October 8, 2025 01:09
56dccea to
38268c7
Compare
Ayushmore1214
added a commit
to Ayushmore1214/catchup
that referenced
this pull request
Jul 27, 2026
Signed-off-by: Ayush More <ayushmore42595@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an autogenerated
Authorsfield to each summary that credits all commit authors that contributed to thesummary/sessions/{catchupNumber}folder.Requires a full git history to work accurately.
This PR also added a more robust per-summary
configsystem to streamline common configuration patterns like missing image reducing the number of duplicated customized summary template files needed.