Skip to content

chore: fix leftover react-ai project name in bug report template - #1249

Open
ramigs wants to merge 1 commit into
TanStack:mainfrom
ramigs:docs/fix-bug-template-project-name
Open

chore: fix leftover react-ai project name in bug report template#1249
ramigs wants to merge 1 commit into
TanStack:mainfrom
ramigs:docs/fix-bug-template-project-name

Conversation

@ramigs

@ramigs ramigs commented Aug 26, 2026

Copy link
Copy Markdown

The bug report template called this project "react-ai" and pointed its version badge at the nonexistent @tanstack/react-ai npm package. This fix uses the correct name, @tanstack/ai, in both places.

🎯 Changes

.github/ISSUE_TEMPLATE/bug_report.yml had three leftovers from a template copied from a React-first TanStack repo:

  • The intro text called this project "react-ai" and linked the word "react-ai" instead of "TanStack AI" (also fixed a stray apostrophe: "regression's" → "regressions").
  • The same "react-ai" name appeared again in the line about the Discussions tab.
  • The version badge pointed at @tanstack/react-ai, which returns a 404 on npm. It now points at @tanstack/ai, the real published package (confirmed with npm view @tanstack/ai version).

No other file in .github/ has the same leftover (checked with a repo-wide search).

✅ Checklist

  • I have followed the steps in the Contributing guide.
  • I have tested code changes locally with pnpm run test:pr, or these tests do not apply to this pull request.
  • I fully understand the code in this pull request, including any code generated with AI assistance.
  • Docs: this change is not user-facing (a GitHub issue template, not docs/ or a published package).
  • Changeset: this PR does not change a published package.

🚀 Release Impact

  • This change is docs/CI/dev-only (no release).

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:

  1. Open the old template on main — the intro says "react-ai" twice, and the version badge 404s (npm view @tanstack/react-ai404 Not Found).
  2. Open the new bug report form on this branch's preview, or read the diff — the intro says "TanStack AI," and the badge points at @tanstack/ai, which resolves (npm view @tanstack/ai version0.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 revert of this PR.

Summary by CodeRabbit

  • Documentation
    • Updated bug report guidance to reference TanStack AI.
    • Corrected regression wording and directed questions to TanStack AI Discussions.
    • Updated the version badge to reference the @tanstack/ai package.

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>
@ramigs
ramigs requested a review from a team as a code owner August 26, 2026 11:15
@coderabbitai

coderabbitai Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 13015fad-7029-4395-be05-de5678c104d6

📥 Commits

Reviewing files that changed from the base of the PR and between 4e9c5d2 and f7c4352.

📒 Files selected for processing (1)
  • .github/ISSUE_TEMPLATE/bug_report.yml

Included review availability: Your plan provides up to 8 included reviews per hour; 6 remain after this review.


📝 Walkthrough

Walkthrough

The bug report template now references TanStack AI, links usage questions to TanStack AI Discussions, and displays the @tanstack/ai package version.

Changes

Bug Report Guidance

Layer / File(s) Summary
Update issue template references
.github/ISSUE_TEMPLATE/bug_report.yml
The template identifies TanStack AI, links to its repository and Discussions, and updates the version badge to @tanstack/ai.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to f7c43

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: alemtuzlak

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: removing the leftover react-ai project name from the bug report template.
Description check ✅ Passed The description follows the required template, explains the changes, documents testing and risk, and confirms that the change has no release impact.
Docstring Coverage ✅ Passed 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…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Docstring Coverage

Explanation

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)
  • Create PR with 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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added the waiting-on: maintainer The ball is in the maintainers’ court label Aug 26, 2026
@AlemTuzlak
AlemTuzlak enabled auto-merge (squash) August 26, 2026 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

waiting-on: maintainer The ball is in the maintainers’ court

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants