Context
We recently launched the Reports page. After it shipped, we noticed there is already an established community initiative covering similar ground: ethereumadoption.com (maintained by hanniabu.eth / Ether Alpha), which curates collections of Ethereum reports at /reports/eth/ and /reports/ethereum/.
Rather than let the official page quietly compete with a community resource, we should coexist and point users to it. An outbound, followed link from ethereum.org is the strongest, lowest-cost way to support the community project and avoid cannibalizing it, while giving our own visitors a wider collection to explore.
Proposed change
In the bottom section of /reports/ (currently the "Suggest a report" block):
- Rename the heading from "Suggest a report" to "Want to see more reports?" so the section frames both browsing more and contributing.
- Add a second button next to the existing "Suggest a report on GitHub" button, linking to https://ethereumadoption.com/reports/eth/.
- Update the body copy so it covers both actions (browse the community collection, or suggest a report to add here).
CTA wording
The destination is a community-maintained collection, so the label should name it honestly and read as a parallel to the existing GitHub button.
- Proposed:
Browse more on ethereumadoption.com (parallels "Suggest a report on GitHub", names the external destination plainly)
- Alternatives considered: "Browse more reports", "See the community collection", "More Ethereum research"
Open to the maintainers' preference on the exact wording and on whether to also reach out to hanniabu.eth as a courtesy before/after merge.
Implementation notes
- Reuse existing primitives only: wrap the two
ButtonLinks in a Flex (flex-wrap gap-4); no new components.
- One new translatable string (
page-reports-more-cta) in src/intl/en/page-reports.json.
- Both buttons kept as
variant="outline" for equal, modest weight; hierarchy is trivially adjustable.
A PR implementing this follows directly.
Context
We recently launched the Reports page. After it shipped, we noticed there is already an established community initiative covering similar ground: ethereumadoption.com (maintained by hanniabu.eth / Ether Alpha), which curates collections of Ethereum reports at
/reports/eth/and/reports/ethereum/.Rather than let the official page quietly compete with a community resource, we should coexist and point users to it. An outbound, followed link from ethereum.org is the strongest, lowest-cost way to support the community project and avoid cannibalizing it, while giving our own visitors a wider collection to explore.
Proposed change
In the bottom section of
/reports/(currently the "Suggest a report" block):CTA wording
The destination is a community-maintained collection, so the label should name it honestly and read as a parallel to the existing GitHub button.
Browse more on ethereumadoption.com(parallels "Suggest a report on GitHub", names the external destination plainly)Open to the maintainers' preference on the exact wording and on whether to also reach out to hanniabu.eth as a courtesy before/after merge.
Implementation notes
ButtonLinks in aFlex(flex-wrap gap-4); no new components.page-reports-more-cta) insrc/intl/en/page-reports.json.variant="outline"for equal, modest weight; hierarchy is trivially adjustable.A PR implementing this follows directly.