-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
chore: update reproduction help text links #32803
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
Conversation
|
Warning Rate limit exceeded@OrbisK has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 23 minutes and 56 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (1)
WalkthroughThe instructions for creating a minimal reproduction in the needs-reproduction.md file were updated. Two plain text URLs were replaced with badge-style clickable links, offering direct access to Nuxt starter templates for versions 3 and 4 on Stackblitz and CodeSandbox. The instructional text was revised to encourage use of these templates. The note about ensuring the reproduction is minimal was changed into a highlighted warning block. The rest of the content, including links to guides and additional articles, remains unchanged. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes ✨ Finishing Touches🧪 Generate unit tests
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. 🪧 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 (
|
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.
Actionable comments posted: 0
🧹 Nitpick comments (1)
.github/reproduire/needs-reproduction.md (1)
18-23
: Improve readability, grammar, and accessibility of the new badge section
- Grammar – add a trailing colon after the introductory sentence (
…reproduction:
) to match the style used earlier in the doc.- Readability – placing two long badge links on a single line makes the raw Markdown hard to scan and creates noisy diffs. Consider one badge per line or grouping by version (v4 / v3) with line breaks so future edits are clearer.
- Accessibility – the badge alt-texts (“Open v4 in Stackblitz” …) are descriptive, but wrapping the badges in a short unordered list will give screen-reader users semantic breaks between options.
Example refactor:
-Please use a template below to create a minimal reproduction - -[](https://stackblitz.com/github/nuxt/starter/tree/v4-stackblitz) [](https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz) - -[](https://codesandbox.io/s/github/nuxt/starter/tree/v4) [](https://codesandbox.io/s/github/nuxt/starter/tree/v3) +Please use one of the templates below to create a minimal reproduction: + +* [](https://stackblitz.com/github/nuxt/starter/tree/v4-stackblitz) +* [](https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz) +* [](https://codesandbox.io/s/github/nuxt/starter/tree/v4) +* [](https://codesandbox.io/s/github/nuxt/starter/tree/v3)This keeps the rendered output identical while making the Markdown friendlier for contributors and assistive technologies.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
.github/reproduire/needs-reproduction.md
(1 hunks)
🧰 Additional context used
🧠 Learnings (2)
📓 Common learnings
Learnt from: Tofandel
PR: nuxt/nuxt#0
File: :0-0
Timestamp: 2024-11-11T12:34:22.648Z
Learning: Ensure that AI-generated summaries accurately reflect the key changes in the PR, focusing on notable changes such as the removal of unused imports and variables starting with underscores.
.github/reproduire/needs-reproduction.md (1)
Learnt from: Tofandel
PR: nuxt/nuxt#0
File: :0-0
Timestamp: 2024-11-11T12:34:22.648Z
Learning: Ensure that AI-generated summaries accurately reflect the key changes in the PR, focusing on notable changes such as the removal of unused imports and variables starting with underscores.
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
- GitHub Check: build
- GitHub Check: code
WalkthroughThe instructions for creating a minimal reproduction were updated by replacing plain text URLs with visually enhanced badge-style links. These badges now provide direct access to Nuxt 4 and Nuxt 3 templates on both Stackblitz and CodeSandbox, including logos and version labels. The introductory wording was also adjusted to encourage users to utilise the provided badges. No other content or guidance was changed. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (2)📓 Common learnings
.github/reproduire/needs-reproduction.md (1)Learnt from: Tofandel ⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🔇 Additional comments (2)
✨ Finishing Touches🧪 Generate unit tests
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. 🪧 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 (
|
nvm. warning is not working in details |
This reverts commit 431ae8a.
@nuxt/kit
nuxt
@nuxt/rspack-builder
@nuxt/schema
@nuxt/vite-builder
@nuxt/webpack-builder
commit: |
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.
❤️
CodSpeed Performance ReportMerging #32803 will not alter performanceComparing Summary
|
🔗 Linked issue
📚 Description
This PR updates the urls for the "need reproduction" text.
Preview: https://github.com/OrbisK/nuxt/blob/reproduction-links/.github/reproduire/needs-reproduction.md