Skip to content

Add Sponsors recognition section and welcome-message copy - #86

Merged
StreamDemon merged 2 commits into
mainfrom
docs/sponsors-section
Aug 5, 2026
Merged

Add Sponsors recognition section and welcome-message copy#86
StreamDemon merged 2 commits into
mainfrom
docs/sponsors-section

Conversation

@StreamDemon

@StreamDemon StreamDemon commented Aug 5, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds a ## Sponsors recognition block to the README with the Ecosystem partner ($500/mo) logo/name placement convention and a "be the first" placeholder.
  • Adds .github/SPONSOR_WELCOME.md with 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

  • README renders the Sponsors section above License
  • No broken anchors (links to #sponsoring)
  • cubic PR review

🤖 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

    • README: new Sponsors block above License with a table and “Be the first” placeholder; Ecosystem partner sponsors are listed with name + logo and noted for a quarterly sync.
    • .github/SPONSOR_WELCOME.md: reference welcome messages for all six tiers and a short recognition flow for adding Ecosystem partner attribution.
  • Bug Fixes

    • Updated the README tier reference to point to .github/SPONSOR_WELCOME.md.
    • Recognition flow now explicitly says to replace the “Be the first” placeholder row.

Written for commit 9e1dca7. Summary will update on new commits.

Review in cubic

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>

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Loading

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

Comment thread README.md Outdated
Comment thread .github/SPONSOR_WELCOME.md Outdated
- 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>

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@StreamDemon
StreamDemon merged commit c4ecd83 into main Aug 5, 2026
2 checks passed
@StreamDemon
StreamDemon deleted the docs/sponsors-section branch August 5, 2026 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant