Add Sponsors recognition section and welcome-message copy - #86
Merged
Conversation
Adds a Sponsors block to the README with the Ecosystem-partner ($500/mo) logo/name placement convention, plus reference welcome-message copy for all tiers at .github/SPONSOR_WELCOME.md. Aligns with the now-published Sponsors tiers. Co-Authored-By: VIKI <noreply@hermes-agent.local>
There was a problem hiding this comment.
All reported issues were addressed across 2 files
Architecture diagram
sequenceDiagram
participant V as Visitor (GitHub)
participant R as README.md
participant S as .github/SPONSOR_WELCOME.md
participant GH as GitHub Sponsors Dashboard
participant M as Maintainer
Note over V,M: Sponsor Recognition Flow
V->>R: View README
R->>R: Display Sponsors section
Note over R: Shows table with "Be the first" placeholder<br/>Links to sponsoring section & sponsor page
alt No sponsors yet
R-->>V: Show "Be the first" row + call to action
else Sponsor exists
Note over R: Ecosystem partner row with name/logo/link
end
V->>GH: Navigate to sponsors page
GH-->>V: Display tier selection
alt Visitor becomes Sponsor ($500/mo)
V->>GH: Complete sponsorship at Ecosystem partner tier
GH->>V: Send welcome email with attribution request
V->>M: Reply with attribution (name/logo/link)
M->>S: Consult SPONSOR_WELCOME.md
Note over M,S: Reference recognition flow steps
M->>M: Add sponsor row to README table
M->>M: Optionally add logo to docs/assets/sponsors/
M->>V: Send quarterly roadmap sync invite
R-->>V: Updated README showing sponsor attribution
end
alt Other tiers ($5, $25, $100, $20 one-time, $250 one-time)
V->>GH: Complete sponsorship
GH->>V: Send tier-specific welcome message
Note over GH,V: No README recognition for non-$500 tiers
end
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
- Point the Sponsors section's tier reference at .github/SPONSOR_WELCOME.md instead of the non-existent tier list in #sponsoring. - Make the recognition step replace the "_Be the first_" placeholder row. Co-Authored-By: VIKI <noreply@hermes-agent.local>
There was a problem hiding this comment.
0 issues found across 2 files (changes from recent commits).
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Auto-approved: Adds only documentation and sponsorship copy. No code, config, or behavior changes; no human-owned tradeoff to decide.
Re-trigger cubic
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
## Sponsorsrecognition block to the README with the Ecosystem partner ($500/mo) logo/name placement convention and a "be the first" placeholder..github/SPONSOR_WELCOME.mdwith the reference welcome-message copy for all six published tiers and the recognition flow.Why
The GitHub Sponsors tiers are now published (https://github.com/sponsors/StreamDemon). This wires the recognition half: a visible place for partner sponsors and a single source of truth for tier welcome copy.
Test plan
🤖 Generated with Hermes
Co-Authored-By: VIKI noreply@hermes-agent.local
Summary by cubic
Adds a Sponsors section to the README and a sponsor welcome/recognition guide. Fixes the Sponsors cross-link and clarifies the placeholder replacement for Ecosystem partners.
New Features
.github/SPONSOR_WELCOME.md: reference welcome messages for all six tiers and a short recognition flow for adding Ecosystem partner attribution.Bug Fixes
.github/SPONSOR_WELCOME.md.Written for commit 9e1dca7. Summary will update on new commits.