feat(sponsorship): launch Open Collective + Ko-fi donation channels#313
Open
githubrobbi wants to merge 2 commits into
Open
feat(sponsorship): launch Open Collective + Ko-fi donation channels#313githubrobbi wants to merge 2 commits into
githubrobbi wants to merge 2 commits into
Conversation
…ad section - .github/FUNDING.yml: wire Ko-fi (ufffssearch); GitHub Sponsors and Open Collective stubs pre-wired, commented until accounts are live - CITATION.cff: full CFF 1.2.0 spec for "Cite this repository" button; keywords match the 20 planned GitHub Topics - build/update_all_versions.rs: add update_citation() so CITATION.cff version + date-released stay in sync on every just-ship bump - README.md: new "## Download & Install" section leads with pre-built binaries + platform table before cargo-build; add total-downloads badge to header strip Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Uncomment open_collective: uffs-search — profile is live at opencollective.com/uffs-search with Stripe connected and 3 tiers ($5/$50/$100/month). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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.
Summary
Activates two donation channels and adds related plumbing.
Commits
feat(sponsorship): add Ko-fi donation channel + CITATION.cff + download section.github/FUNDING.ymlwith all channel slots laid out (commented-out by default; live ones uncommented as they go online).CITATION.cfffor the GitHub "Cite this repository" button.build/update_all_versions.rsto keepCITATION.cffversion+date-releasedfields in sync with the workspace version on every bump (std-only Gregorian conversion, no extra deps).feat(sponsorship): activate Open Collective channel in FUNDING.ymlopen_collective: uffs-search. Profile is live at https://opencollective.com/uffs-search with Stripe connected and 3 tiers ($5 / $50 / $100/month).After merge
The repository sidebar "Sponsor this project" button will surface:
Verification
lint-fastandlint-pre-pushboth green on this branch (file-size, typos, fmt, vet, lint-prod, lint-tests, rustdoc, doc-tests, tests, smoke, lint-ci-windows).update_all_versions.rsstill passescargo check; the newupdate_citation()function is silently skipped whenCITATION.cffis absent.