⬢ contribute a meme
Anyone can submit a meme via a pull request. No account beyond GitHub. No upload form. Just commit a file.
the flow
- fork the repo
- drop
yourmeme.jpg+yourmeme.tomlinto thememes/folder - fill out the TOML (tags, optional title + credit)
- open a PR — CI validates your submission
- a maintainer reviews, merges. Your meme is live in ~60s.
TOML schema
# memes/sergey_moon.toml
# required — all tags must be in memes/_vocab.toml
tags = ["sergey", "moon", "wagmi"]
# encouraged
title = "Sergey launches"
# optional
description = ""
credit = "@someone"
source_url = ""
# auto-filled by CI on merge — leave blank
submitted_by = ""
date_added = ""
nsfw = false rules
- only submit memes you have the right to share
- on-topic: chainlink-flavored culture, not generic crypto
- no hate, harassment, explicit content, or personal info about non-public people
- compress files over 5 MB before committing
- filename must be lowercase,
[a-z0-9_], unique
full guide → CONTRIBUTING.md