Skip to content

📒 docs: Enhance sponsorship section in README#4402

Merged
ReneWerner87 merged 7 commits into
mainfrom
Fenny-patch-1
Jun 5, 2026
Merged

📒 docs: Enhance sponsorship section in README#4402
ReneWerner87 merged 7 commits into
mainfrom
Fenny-patch-1

Conversation

@Fenny
Copy link
Copy Markdown
Member

@Fenny Fenny commented Jun 4, 2026

Updated sponsorship information and added new sponsors.

Updated sponsorship information and added new sponsors.
Copilot AI review requested due to automatic review settings June 4, 2026 20:34
@Fenny Fenny requested a review from a team as a code owner June 4, 2026 20:34
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 4, 2026

Review Change Stack

Walkthrough

This PR updates .github/README.md: adds a GitHub Sponsors badge to the header and restructures the Supporters section into separate “Sponsorship” tiers and a reduced “Donation” table while mentioning GitHub Sponsorship in the intro text.

Changes

Sponsorship and Supporters

Layer / File(s) Summary
Header badge and Supporters section
.github/README.md
Adds a GitHub Sponsors badge/link into the header icon row and replaces the existing Supporters section with a new intro sentence mentioning GitHub Sponsorship plus two tables: a “Sponsorship” tier table (e.g., “Fiber Guardian”, “Fiber Supporter”) and a pared-down “Donation” (☕ xN) table.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Poem

🐰 I hopped to the README under the light,
Pinned a sponsor badge shining bright,
Tiers and little cups now side by side,
A cozy page where backers reside,
Cheers to fiber and kindly delight.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is minimal and incomplete. It lacks structured sections (Changes introduced, Type of change, Checklist) and provides only a single sentence. Expand the description to include the required sections: Changes introduced, Type of change (mark 'Documentation update'), and relevant Checklist items to meet repository standards.
✅ Passed checks (4 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title accurately describes the main change: enhancing the sponsorship section in the README with new sponsor tiers, GitHub Sponsors integration, and restructured sponsor tables.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch Fenny-patch-1

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ReneWerner87 ReneWerner87 added this to v3 Jun 4, 2026
@ReneWerner87 ReneWerner87 added this to the v3 milestone Jun 4, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the .github/README.md file to add a GitHub Sponsors badge and a new "Supporters" table for GitHub Sponsorships, while removing some older donation entries. The review feedback highlights several issues in these additions: an invalid HTML href attribute containing markdown syntax in the sponsors badge, a typo ("Sponsorshiop") in the table header, and mismatched links/avatars for the @NdoleStudio and @bsdrop supporter entries.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread .github/README.md Outdated
Comment thread .github/README.md Outdated
Comment thread .github/README.md Outdated
Comment thread .github/README.md Outdated
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the project’s README sponsorship/supporter information by adding a GitHub Sponsors badge and expanding the Supporters section with a sponsorship table.

Changes:

  • Added a new “sponsors” shield/badge in the header.
  • Updated the Supporters section to include GitHub Sponsors alongside Buy Me a Coffee.
  • Introduced a new sponsorship table and adjusted the donation/supporter listings.

Comment thread .github/README.md Outdated
Comment thread .github/README.md Outdated
Comment thread .github/README.md Outdated
Comment thread .github/README.md Outdated
Comment thread .github/README.md Outdated
Comment thread .github/README.md
Fenny and others added 2 commits June 4, 2026 22:36
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

🧹 Nitpick comments (1)
.github/README.md (1)

807-809: ⚡ Quick win

Add alt text to supporter avatars for accessibility.

These images use empty alt text, which triggers MD045 and reduces screen-reader usability.

Proposed fix
-| ![](https://avatars.githubusercontent.com/u/132028505?s=25)   | [`@CodeRabbit`](https://www.coderabbit.ai/)           | 🔥 Fiber Guardian    |
-| ![](https://avatars.githubusercontent.com/u/13936519?s=25) | [`@NdoleStudio`](https://github.com/dembygenesis) | ☕ Fiber Supporter    |
-| ![](https://avatars.githubusercontent.com/u/37613029?s=25) | [`@petercool`](https://github.com/petercool)   | ☕ Fiber Supporter    |
+| ![CodeRabbit avatar](https://avatars.githubusercontent.com/u/132028505?s=25)   | [`@CodeRabbit`](https://www.coderabbit.ai/)           | 🔥 Fiber Guardian    |
+| ![NdoleStudio avatar](https://avatars.githubusercontent.com/u/13936519?s=25) | [`@NdoleStudio`](https://github.com/dembygenesis) | ☕ Fiber Supporter    |
+| ![petercool avatar](https://avatars.githubusercontent.com/u/37613029?s=25) | [`@petercool`](https://github.com/petercool)   | ☕ Fiber Supporter    |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.github/README.md around lines 807 - 809, The avatar image markdown in the
supporter table uses empty alt text (![](...)) which fails accessibility checks
(MD045); update each image tag in the table rows (the lines containing
"![](https://avatars.githubusercontent.com/...)") to include meaningful alt text
such as "Avatar of `@CodeRabbit`", "Avatar of `@NdoleStudio`", "Avatar of
`@petercool`" (or similar username-based descriptions) so screen readers can
convey who the image represents; keep the rest of the markdown unchanged.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.github/README.md:
- Line 805: Fix the typo in the markdown table header by replacing the header
cell text "Sponsorshiop" with the correct spelling "Sponsorship" (or "Sponsor
Tier" if preferred); locate the table row containing the header cell
"Sponsorshiop" and update that cell value accordingly.
- Line 27: Replace the malformed href value in the README anchor (currently set
to "[https://gofiber.io/discord](https://github.com/sponsors/gofiber)") with a
plain URL string; update the href attribute to the intended sponsor URL (e.g.,
"https://github.com/sponsors/gofiber") so the anchor navigates correctly and
remove the embedded Markdown-style brackets and parentheses.
- Line 803: Update the supporter CTA text to correct the platform branding:
change "Github Sponsorship" to "GitHub Sponsorship" in the README string that
currently reads "⭐ [**Github
Sponsorship**](https://github.com/sponsors/gofiber)" so the link label uses the
correct capitalized "GitHub".

---

Nitpick comments:
In @.github/README.md:
- Around line 807-809: The avatar image markdown in the supporter table uses
empty alt text (![](...)) which fails accessibility checks (MD045); update each
image tag in the table rows (the lines containing
"![](https://avatars.githubusercontent.com/...)") to include meaningful alt text
such as "Avatar of `@CodeRabbit`", "Avatar of `@NdoleStudio`", "Avatar of
`@petercool`" (or similar username-based descriptions) so screen readers can
convey who the image represents; keep the rest of the markdown unchanged.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 9c01faef-c8fb-4595-be47-4866dd913b2e

📥 Commits

Reviewing files that changed from the base of the PR and between 395154e and b333a43.

📒 Files selected for processing (1)
  • .github/README.md

Comment thread .github/README.md Outdated
Comment thread .github/README.md Outdated
Comment thread .github/README.md Outdated
Fenny and others added 3 commits June 4, 2026 22:36
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🧹 Nitpick comments (2)
.github/README.md (2)

814-817: 💤 Low value

Consider using consistent Markdown syntax for all avatar images.

Line 816 uses HTML <img> syntax while the other rows use Markdown. Standardizing improves maintainability.

♻️ Proposed refactor
-| <img src="https://avatars.githubusercontent.com/u/56607882?s=25" alt="thomasvvugt" style="width: 25px; height: 25px;"> | [`@thomasvvugt`](https://github.com/thomasvvugt)   | ☕ x 5    |
+| ![thomasvvugt avatar](https://avatars.githubusercontent.com/u/56607882?s=25) | [`@thomasvvugt`](https://github.com/thomasvvugt)   | ☕ x 5    |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.github/README.md around lines 814 - 817, The table mixes Markdown image
syntax and an HTML <img> tag for avatars (row with "thomasvvugt"), causing
inconsistency; replace the HTML tag with the same Markdown image format used
elsewhere (e.g., change <img
src="https://avatars.githubusercontent.com/u/56607882?s=25" alt="thomasvvugt"
...> to ![](https://avatars.githubusercontent.com/u/56607882?s=25)) so the row
for `@thomasvvugt` uses consistent Markdown image syntax like the other rows.

807-810: 💤 Low value

Consider using consistent Markdown syntax for all avatar images.

The first three rows use Markdown image syntax while the fourth uses HTML. Standardizing on Markdown improves maintainability.

♻️ Proposed refactor

After fixing the identity mismatch in line 810:

-| <img src="https://avatars.githubusercontent.com/u/56607882?s=25" alt="ekaputra07" width="25" height="25">  | [`@ekaputra07`](https://github.com/ekaputra07)     | ☕ Fiber Supporter    |
+| ![ekaputra07 avatar](https://avatars.githubusercontent.com/u/56607882?s=25)  | [`@ekaputra07`](https://github.com/ekaputra07)     | ☕ Fiber Supporter    |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.github/README.md around lines 807 - 810, Replace the inconsistent HTML
avatar tag with the same Markdown image syntax used in the other rows: change
the <img src="https://avatars.githubusercontent.com/u/56607882?s=25"
alt="thomasvvugt" width="25" height="25"> cell to use
![](https://avatars.githubusercontent.com/u/56607882?s=25) and keep the existing
link and label [`@bsdrop`](https://github.com/ekaputra07) and role "☕ Fiber
Supporter" so all four rows use consistent Markdown image syntax.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.github/README.md:
- Around line 807-809: The markdown avatar image tags are missing alt text
(e.g., the three occurrences of
![](https://avatars.githubusercontent.com/...s=25)); update each image tag used
in the contributors table to include descriptive alt text (for example
"CodeRabbit avatar", "NdoleStudio avatar", "petercool avatar" or similar) so
screen readers can identify the images, ensuring you modify the exact image
markdown strings shown in the table rows.
- Line 810: The sponsor row has mismatched identity: the image alt is
"thomasvvugt" while the visible handle is
"[`@bsdrop`](https://github.com/ekaputra07)"; verify the intended sponsor and make
the markdown consistent by updating the image alt, the link text, and the link
href to the correct GitHub username. Locate the table row containing the image
tag (<img ... alt="thomasvvugt"...>) and the link token
"[`@bsdrop`](https://github.com/ekaputra07)" and change them so the avatar URL,
alt text, and the bracketed handle/href all match the verified sponsor (e.g., if
sponsor is ekaputra07, set alt="ekaputra07" and show
[`@ekaputra07`](https://github.com/ekaputra07); if sponsor is bsdrop/thomasvvugt,
update href and alt accordingly).

---

Nitpick comments:
In @.github/README.md:
- Around line 814-817: The table mixes Markdown image syntax and an HTML <img>
tag for avatars (row with "thomasvvugt"), causing inconsistency; replace the
HTML tag with the same Markdown image format used elsewhere (e.g., change <img
src="https://avatars.githubusercontent.com/u/56607882?s=25" alt="thomasvvugt"
...> to ![](https://avatars.githubusercontent.com/u/56607882?s=25)) so the row
for `@thomasvvugt` uses consistent Markdown image syntax like the other rows.
- Around line 807-810: Replace the inconsistent HTML avatar tag with the same
Markdown image syntax used in the other rows: change the <img
src="https://avatars.githubusercontent.com/u/56607882?s=25" alt="thomasvvugt"
width="25" height="25"> cell to use
![](https://avatars.githubusercontent.com/u/56607882?s=25) and keep the existing
link and label [`@bsdrop`](https://github.com/ekaputra07) and role "☕ Fiber
Supporter" so all four rows use consistent Markdown image syntax.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 50c48031-222b-4916-b999-25e6c1bbeefd

📥 Commits

Reviewing files that changed from the base of the PR and between b333a43 and 47af70e.

📒 Files selected for processing (1)
  • .github/README.md

Comment thread .github/README.md
Comment thread .github/README.md Outdated
@gaby gaby changed the title Enhance sponsorship section in README 📒 docs: Enhance sponsorship section in README Jun 5, 2026
@ReneWerner87 ReneWerner87 merged commit 5fe6c52 into main Jun 5, 2026
10 checks passed
@ReneWerner87 ReneWerner87 deleted the Fenny-patch-1 branch June 5, 2026 06:17
@github-project-automation github-project-automation Bot moved this to Done in v3 Jun 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

5 participants