docs: add sponsor section to README with UTM-tagged Modem link (GTM-29)#210
Open
TaltonFiggins wants to merge 1 commit into
Conversation
Adds a `## Sponsor` section near the bottom of the README using the canonical UTM convention from the GTM UTM Tagging Strategy (`utm_source=github`, `utm_medium=oss`, `utm_campaign=oss_baudbot`, `utm_content=readme_footer`). Mirrors the pattern already used in modem-dev/slop-scan and other sibling OSS repos. Replaces the prior `## About` blurb — its tagline overlapped with what the sponsor section provides and the slop-scan template doesn't carry one. The link target on modem.dev now carries attribution credit for clicks coming from this README. Linear: GTM-29 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Greptile SummaryReplaces the old
Confidence Score: 5/5Documentation-only change with no functional code; safe to merge. The change touches only README.md, adding a sponsor block with a UTM-tagged link and an adaptive logo. The UTM parameters in the diff exactly match those documented in the PR description, the picture dark/light pattern is correct, and the removed About section is cleanly replaced. No logic, dependencies, or configuration are affected. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["README.md (before)"] --> B["## About\n(Brought to you by Modem…)"]
A --> C["## License\nMIT"]
D["README.md (after)"] --> E["## Sponsor\nText link + picture element\n(UTM-tagged)"]
D --> F["## License\nMIT"]
B -.->|"removed"| E
C -.->|"moved below Sponsor"| F
Reviews (1): Last reviewed commit: "docs: add sponsor section to README with..." | Re-trigger Greptile |
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.
Summary
Adds a
## Sponsorsection to the README pointing back to modem.dev with the canonical UTM tagging from the GTM UTM Tagging Strategy. Mirrors the same pattern already shipped inmodem-dev/slop-scan.The prior
## Aboutblurb ("Brought to you by the team at Modem…") was removed — its taglining role overlapped with the sponsor section, and the slop-scan template doesn't carry one.Linear
GTM-29 — Add "Sponsored by Modem" section to baudbot README with UTM-tagged link
Changes
## Sponsorsection above## Licensewith text link + dark/light Modem logohttps://modem.dev?utm_source=github&utm_medium=oss&utm_campaign=oss_baudbot&utm_content=readme_footer## Aboutsection (replaced by the sponsor block)Testing
$pageviewlands in PostHog withutm_campaign=oss_baudbotwithin ~24h of the first clickRelated
utm_campaign=<repo>form — separately tracked in GTM-32 for migration