fix: update OpenClaw star count to 378k+ and add community files for GitHub badge - #14
Open
qiuyanlong16 wants to merge 1 commit into
Open
fix: update OpenClaw star count to 378k+ and add community files for GitHub badge#14qiuyanlong16 wants to merge 1 commit into
qiuyanlong16 wants to merge 1 commit into
Conversation
…GitHub badge - Update star count from outdated 354k/136k to current 378k+ across README.md, Community.tsx, Footer.tsx, and resources.ts - Add MIT LICENSE file (matches existing README claim) - Add CONTRIBUTING.md with bilingual contribution guidelines - Add CODE_OF_CONDUCT.md (Contributor Covenant v2.1) - Add .github/PULL_REQUEST_TEMPLATE.md with bilingual PR template These changes bring the GitHub Community health score from 28% to 100%. Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR addresses two issues:
1. 🔄 Update Outdated OpenClaw Star Count
The website displays
354k+ ⭐while the actual OpenClaw repo has 378k+ stars now (~24k behind). Updated in 4 places:README.md136k+→378k+src/components/Community.tsx354k+→378k+(both CN & EN)src/components/Footer.tsx354k+→378k+src/data/resources.ts354k+→378k+2. 🏅 Add GitHub Community Badge Files
The repo's community health score is 28% (with 2,918 ⭐ and 335 forks). This PR adds the 4 missing files required for the Community Profile badge, bringing the score to 100%:
LICENSECONTRIBUTING.mdCODE_OF_CONDUCT.md.github/PULL_REQUEST_TEMPLATE.mdImpact: Community health score 28% → 100% ✅