-
Notifications
You must be signed in to change notification settings - Fork 20
pk-branch-9 #2904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
pk-branch-9 #2904
Conversation
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Bundle ReportChanges will increase total bundle size by 440 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: client-array-pushAssets Changed:
Files in
|
Test Results 1 files ±0 1 suites ±0 8m 19s ⏱️ - 1m 30s For more details on these errors, see this check. Results for commit 48f63b1. ± Comparison against base commit 74a0fc7. ♻️ This comment has been updated with latest results. |
❌ 5 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Incorrect Link on Course Ideas Page
On the "Course Ideas" page, the "submit an idea" link incorrectly directs users to https://github.com/exercism/exercism/discussions/categories/ideas
, which is Exercism's GitHub discussions, instead of a CodeCrafters-specific resource. This appears to be a copy-paste error.
app/templates/vote/course-ideas.hbs#L9-L10
frontend/app/templates/vote/course-ideas.hbs
Lines 9 to 10 in 48f63b1
You can | |
<a href="https://github.com/exercism/exercism/discussions/categories/ideas" target="_blank" rel="noopener noreferrer">submit an idea</a>. |
Was this report helpful? Give feedback by reacting with 👍 or 👎
No description provided.