Skip to content

feat(contributions): add an open source section with upstream pull requests - #46

Merged
Endika merged 1 commit into
mainfrom
feat/open-source-contributions
Jul 27, 2026
Merged

feat(contributions): add an open source section with upstream pull requests#46
Endika merged 1 commit into
mainfrom
feat/open-source-contributions

Conversation

@Endika

@Endika Endika commented Jul 27, 2026

Copy link
Copy Markdown
Owner

Adds an // open source section under the project grid, listing the upstream pull requests: five across vitess, sqlglot, fontTools and FindMyFlipper.

Each card leads with what the bug was rather than the pull request title, since that is the part worth reading. The state (open / merged / closed) is shown on every card and drives the left border colour, so the section stays honest as things move.

  • src/lib/contributions.ts — type, url derivation, star formatting, stable ordering (biggest repo first, then PR number)
  • src/data/contributions.ts — the entries, kept hand-maintained on purpose
  • src/components/ContributionList.astro — reuses the existing .cat / .grid / .card styles, so nothing new appears visually
  • tests/contributions.test.ts — 6 cases over the helpers

State and star counts are hardcoded, so they need a manual bump when a PR is merged or closed.

@Endika
Endika merged commit 67e0963 into main Jul 27, 2026
3 checks passed
@Endika
Endika deleted the feat/open-source-contributions branch July 27, 2026 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant