You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
Breaking change (fix or feature that would cause existing functionality to not work as expected)
This change requires a documentation update
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration using wails doctor.
I previewed the Markdown file, and it worked well. It display the amount of people online in the Discord server
Windows
macOS
Linux
If you checked Linux, please specify the distro and version.
Test Configuration
Please paste the output of wails doctor. If you are unable to run this command, please describe your environment in as much detail as possible.
Checklist:
I have updated website/src/pages/changelog.mdx with details of this PR
My code follows the general coding style of this project
I have performed a self-review of my own code
I have commented my code, particularly in hard-to-understand areas
I have made corresponding changes to the documentation
My changes generate no new warnings
I have added tests that prove my fix is effective or that my feature works
New and existing unit tests pass locally with my changes
Summary by CodeRabbit
Documentation
Updated the Discord badge across all README translations to use a shields.io Discord badge. Affected files: English, German, Spanish, French, Japanese, Korean, Portuguese (BR), Russian, Turkish, Uzbek, and Chinese (Simplified).
Updated the Discord badge image URL across README files in multiple languages to use img.shields.io (Discord badge). No other text, structure, or logic was modified.
Replaced dcbadge.vercel.app/... Discord badge image with https://img.shields.io/discord/1042734330029547630?logo=discord. No other edits.
Estimated code review effort
🎯 1 (Trivial) | ⏱️ ~3 minutes
Poem
I hopped through READMEs, badge to badge,
Swapped a broken carrot for a shiny tag.
Now Discord’s count gleams bright and true—
A bun-approved fix in shields of blue.
Thump-thump! The docs look neat,
Time for a celebratory lettuce treat. 🥕
Pre-merge checks and finishing touches
❌ Failed checks (1 warning)
Check name
Status
Explanation
Resolution
Description Check
⚠️ Warning
The pull request description follows the repository template with a clear summary, issue reference, type of change, testing steps, and a filled checklist, but the Test Configuration section is left blank and lacks the required wails doctor output or equivalent environment details.
Please add the output of wails doctor under the Test Configuration heading or, if you were unable to run it, provide equivalent details about your environment so that reviewers can reproduce and validate your testing setup.
✅ Passed checks (4 passed)
Check name
Status
Explanation
Title Check
✅ Passed
The title "fix Discord badge link in README" succinctly and accurately summarizes the main change of updating the Discord badge URL in the README files without unnecessary detail or noise.
Linked Issues Check
✅ Passed
The pull request directly addresses issue #4625 by updating the broken Discord badge URLs across all README files to valid shields.io links, thereby restoring the display of the online user count.
Out of Scope Changes Check
✅ Passed
All modifications are confined to replacing the Discord badge URL in README files and no unrelated or out-of-scope changes are present.
Docstring Coverage
✅ Passed
No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
📝 Generate docstrings
🧪 Generate unit tests (beta)
Create PR with unit tests
Post copyable unit tests in a comment
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.
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
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.
Description
Changes the Discord badge's link to a working one.
Fixes #4625
Type of change
Please select the option that is relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration using
wails doctor.I previewed the Markdown file, and it worked well. It display the amount of people online in the Discord server
If you checked Linux, please specify the distro and version.
Test Configuration
Please paste the output of
wails doctor. If you are unable to run this command, please describe your environment in as much detail as possible.Checklist:
website/src/pages/changelog.mdxwith details of this PRSummary by CodeRabbit