Add social link and github sponsors funding option#1061
Conversation
|
There was a problem hiding this comment.
Pull Request Overview
This pull request adds a social link badge and GitHub sponsors option to the project documentation.
- Introduces a new social link badge in both the package README and the root README.
- Updates the funding configuration with a GitHub sponsors handle.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/cache-handler/README.md | Added social link badge with an X (formerly Twitter) follow button. |
| README.md | Added social link badge similar to the above file. |
| .github/FUNDING.yml | Added GitHub sponsors configuration with a specified handle. |
Comments suppressed due to low confidence (3)
packages/cache-handler/README.md:5
- [nitpick] The social handle 'better_salmon' uses an underscore here, which is inconsistent with the GitHub sponsors handle 'better-salmon' in FUNDING.yml. Consider standardizing these values if they are intended to represent the same identity.
[](https://x.com/better_salmon)
README.md:3
- [nitpick] The social handle 'better_salmon' uses an underscore here, which differs from the GitHub sponsors handle in FUNDING.yml. Ensure consistency across documentation if they are intended to match.
[](https://x.com/better_salmon)
.github/FUNDING.yml:1
- [nitpick] The GitHub sponsors handle 'better-salmon' uses a hyphen, while the social link badge uses an underscore. Verify that this difference is intentional or standardize the handles for consistency.
+github: better-salmon
No description provided.