Add a badge page and ask for a star or a badge link - #579
Merged
ChrisonSimtian merged 3 commits intoJul 29, 2026
Conversation
shields.io has no Fallout icon, so the radiation trefoil rides in the badge URL as a base64 data URI. Consumers need nothing hosted on their side. Documents the copy-paste markdown and HTML, six style and wording variants, the trefoil SVG source, and the two constraints that matter when modifying it: logoColor does not apply to custom data URIs, and the encoded logo has to stay small enough for GitHub's image proxy. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Adds a Contribute section to the README, between Activity and Sponsorship, with the badge shown live and its markdown ready to copy. Extends the baseline-contributions list in CONTRIBUTING with the same pointer. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
ChrisonSimtian
marked this pull request as ready for review
July 27, 2026 21:49
Collaborator
Author
|
@dennisdoomen how do you feel about this badge as a small marketing thing? |
ITaluone
approved these changes
Jul 28, 2026
ITaluone
left a comment
Collaborator
There was a problem hiding this comment.
Really nice!
Looking forward at a dedicated named icon
Collaborator
Author
me too but 10k stars seems a bit far away at the moment :-) |
dennisdoomen
approved these changes
Jul 28, 2026
Collaborator
|
Love it ❤️ |
The Contribute section asks readers to display the badge; the badge row at the top of the README now carries it too, since Fallout's build is itself a Fallout build. Co-Authored-By: Claude Opus 5 (1M context) <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.
Adds
docs/badge.mdand asks readers for a star or a badge link.The badge existed already but was text-only, because shields.io has no Fallout
icon. It now carries the radiation trefoil, embedded in the URL as a base64
data URI, so nobody has to host an image.
What changed
docs/badge.md: copy-paste markdown and HTML, six style and wordingvariants, the trefoil SVG source, and how to rebuild the URL by hand.
Contributesection betweenActivityandSponsorship,plus a table-of-contents entry. It asks for a star or a badge link.
CONTRIBUTING.mdgets one more bullet under baseline contributions.Docs only. No code, no public API, no build changes.
Why
Two constraints are worth recording, because both are easy to get wrong later:
logoColoris ignored for acustom data URI, so the fill colour has to be written into the SVG. That is
why the yellow and white trefoils are two separate SVGs.
That fits GitHub's image proxy. A much larger SVG would not.
The short
?logo=falloutform needs the icon accepted intosimple-icons, which only takes
brands above a popularity bar. Fallout does not qualify yet, so that is filed
separately as #578 and the data URI stays the documented approach until then.
Verification
img.shields.io,with the logo present in the returned SVG.
#0d1117ground, andat 3x, to confirm the trefoil stays readable in the 14x14px logo slot.
#copy-thisanchor resolves, and every relativelink in the three touched files points at a file that exists.
Part of #578