Update CNCF report chart titles for clarity#1761
Conversation
Signed-off-by: Jonathan Reimer <jonathan@reimer.me>
There was a problem hiding this comment.
PR titles must follow Conventional Commits. Love from, Your reviewers ❤️.
There was a problem hiding this comment.
Pull request overview
Updates UI copy on the CNCF report page to make chart titles/subtitles clearer for users viewing geographic distribution data.
Changes:
- Updated the page subtitle text under the main heading.
- Updated the “over time” chart section heading.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| </h1> | ||
| <p class="text-body-2 md:text-body-1 text-neutral-600"> | ||
| Geographical distribution of contributors across all CNCF projects over time | ||
| Geographical distribution of contributing organizations across all CNCF projects |
There was a problem hiding this comment.
The subtitle now says "contributing organizations", but this view (and the backing Tinybird pipes) appears to be showing contributors (e.g., uses contributorCount throughout and fetches from collection_contributors_geo_distribution*). This copy change could be misleading—please align the subtitle terminology with what the data represents (contributors vs organizations).
| Geographical distribution of contributing organizations across all CNCF projects | |
| Geographical distribution of contributors across all CNCF projects |
| </h1> | ||
| <p class="text-body-2 md:text-body-1 text-neutral-600"> | ||
| Geographical distribution of contributors across all CNCF projects over time | ||
| Geographical distribution of contributing organizations across all CNCF projects |
There was a problem hiding this comment.
The page title uses "Geographic" while the updated subtitle uses "Geographical". Since they appear together, it reads inconsistent—consider standardizing to one form (e.g., "Geographic" everywhere).
| Geographical distribution of contributing organizations across all CNCF projects | |
| Geographic distribution of contributing organizations across all CNCF projects |
| <div class="flex flex-col gap-3 sm:flex-row sm:items-center sm:justify-between mb-4"> | ||
| <h2 class="text-body-1 md:text-heading-3 font-secondary font-semibold text-neutral-900"> | ||
| Contributor Distribution Over Time | ||
| Geographical Distribution Over Time |
There was a problem hiding this comment.
This heading uses "Geographical" while the main page title above uses "Geographic". For consistency in UI copy, consider using the same wording in both places.
| Geographical Distribution Over Time | |
| Geographic Distribution Over Time |
Summary
Test plan