chore: fix leftover react-ai project name in bug report template - #1249
chore: fix leftover react-ai project name in bug report template#1249ramigs wants to merge 1 commit into
Conversation
The bug report template referred to this project as "react-ai" and linked its version badge to the nonexistent @tanstack/react-ai npm package (404) — leftover from a template likely copied from a React-first TanStack repo. Use the correct name and package, @tanstack/ai, matching the rest of the template. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 8 included reviews per hour; 6 remain after this review. 📝 WalkthroughWalkthroughThe bug report template now references TanStack AI, links usage questions to TanStack AI Discussions, and displays the ChangesBug Report Guidance
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This is a localized text-only correction to the bug report form and package badge, with no production code or runtime behavior affected. No actionable merge-blocking risk remains. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
The bug report template called this project "react-ai" and pointed its version badge at the nonexistent
@tanstack/react-ainpm package. This fix uses the correct name,@tanstack/ai, in both places.🎯 Changes
.github/ISSUE_TEMPLATE/bug_report.ymlhad three leftovers from a template copied from a React-first TanStack repo:@tanstack/react-ai, which returns a 404 on npm. It now points at@tanstack/ai, the real published package (confirmed withnpm view @tanstack/ai version).No other file in
.github/has the same leftover (checked with a repo-wide search).✅ Checklist
pnpm run test:pr, or these tests do not apply to this pull request.docs/or a published package).🚀 Release Impact
Testing
Commands run: none — this is a text-only change to a GitHub issue form (YAML). No test target covers
.github/ISSUE_TEMPLATE/.Manual test:
main— the intro says "react-ai" twice, and the version badge 404s (npm view @tanstack/react-ai→404 Not Found).@tanstack/ai, which resolves (npm view @tanstack/ai version→0.49.1).How this PR makes testing easy: the diff is 3 lines; reading it is the test.
Risk / rollback
None — text-only change to a GitHub issue form, no code path affected. Revert is a plain
git revertof this PR.Summary by CodeRabbit
@tanstack/aipackage.