Update supporters section in partners.md#8994
Conversation
Removed note about GitHub Sponsors donations not being displayed. Signed-off-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview The remaining supporter copy still describes OpenCollective and GitHub Sponsors and where supporters appear on the site; only the stale caveat is gone so the docs match current behavior after GitHub Sponsors support landed. Reviewed by Cursor Bugbot for commit 193f546. Bugbot is set up for automated code reviews on this repo. Configure here. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8994 +/- ##
==========================================
+ Coverage 75.41% 75.42% +0.01%
==========================================
Files 98 98
Lines 8636 8636
Branches 318 318
==========================================
+ Hits 6513 6514 +1
+ Misses 2119 2118 -1
Partials 4 4 ☔ View full report in Codecov by Harness. |
There was a problem hiding this comment.
Pull request overview
Removes an outdated note in the Partners/Supporters documentation to reflect that GitHub Sponsors supporters are now shown on the partners page.
Changes:
- Removed the “GitHub Sponsors donations are not displayed yet” note from the Supporters section in
docs/partners.md.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
Removed note about GitHub Sponsors donations not being displayed.
While reading our docs as part of review of #8993 I noticed this line.
Validation
https://nodejs.org/en/about/partners#supporters
Related Issues
#8531 introduced the github sponsors
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.