Add core maintainers section to package READMEs - #6696
Merged
Merged
Conversation
carbolymer
force-pushed
the
mgalazyn/doc/add-blockpqr-affiliation
branch
from
September 18, 2026 13:27
8e35288 to
6a173b6
Compare
carbolymer
marked this pull request as ready for review
September 18, 2026 13:28
carbolymer
enabled auto-merge
September 18, 2026 13:28
carbolymer
force-pushed
the
mgalazyn/doc/add-blockpqr-affiliation
branch
from
September 18, 2026 13:43
6a173b6 to
6364b5a
Compare
Jimbo4350
approved these changes
Sep 18, 2026
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.
Description
Adds a "Core maintainers" section to the
cardano-node-chairman,cardano-submit-apiandcardano-testnetREADMEs, matching the sections merged in IntersectMBO/cardano-api#1347 and IntersectMBO/cardano-cli#1446.cardano-node-chairmanhad no README at all, so it gets a short one describing what the tool does.Each maintainer name carries the BlockPQR logo linking to https://blockpqr.io.
The logo is a
<picture>element wrapped in a markdown link.It switches between two SVG assets committed under
.github/: teal light art for the dark theme and deep green dark art for the light theme.Both files come from the BlockPQR media kit, with their
viewBoxcropped to the artwork's bounding box, because the original exports carry large transparent margins that made the logo render small and misaligned next to text.The image paths start with
../.github/because the READMEs live one directory below the repository root.This is a docs-only change.
To review, open the rendered READMEs on this branch in both GitHub themes: each maintainer line should show a 14px BlockPQR lockup linking to blockpqr.io.
Checklist
See Running tests for more details
CHANGELOG.mdfor affected packagecardano-node-chairman,cardano-submit-apiandcardano-testnetinstead need achangelog fragment in
<package>/.changes/, because theirCHANGELOG.mdis generatedfrom fragments at release time. Copy
_TEMPLATE.ymlfrom that directory, or runnix run github:input-output-hk/cardano-dev#herald -- new.cabalfiles are updatedhlint. See.github/workflows/check-hlint.ymlto get thehlintversionstylish-haskell. See.github/workflows/stylish-haskell.ymlto get thestylish-haskellversionghc-9.6andghc-9.12Note on CI
If your PR is from a fork, the necessary CI jobs won't trigger automatically for security reasons.
You will need to get someone with write privileges. Please contact IOG node developers to do this
for you.