docs: RAFT->cuVS in issue templates#2097
Conversation
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis PR updates project references across documentation and GitHub issue templates from RAFT to cuVS. The development container README and all issue templates (bug reports, feature requests, and questions) are updated to consistently reference the cuVS project name and libraries throughout. ChangesRAFT to cuVS rename
🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Comment |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
.devcontainer/README.md (1)
41-41:⚠️ Potential issue | 🟡 Minor | ⚡ Quick winIncomplete rename: "RAFT components" should be "cuVS components".
This line still references "RAFT components" and was missed in the rename effort. For consistency with the PR objective and the rest of the file, it should reference "cuVS components".
📝 Proposed fix
-The container includes convenience functions to clean, configure, and build the various RAFT components: +The container includes convenience functions to clean, configure, and build the various cuVS components:🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In @.devcontainer/README.md at line 41, Change the remaining reference "RAFT components" to "cuVS components" in the README line that currently reads "The container includes convenience functions to clean, configure, and build the various RAFT components:"—update that string to "The container includes convenience functions to clean, configure, and build the various cuVS components:" so it matches the project's rename.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Outside diff comments:
In @.devcontainer/README.md:
- Line 41: Change the remaining reference "RAFT components" to "cuVS components"
in the README line that currently reads "The container includes convenience
functions to clean, configure, and build the various RAFT components:"—update
that string to "The container includes convenience functions to clean,
configure, and build the various cuVS components:" so it matches the project's
rename.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Enterprise
Run ID: 1070080e-643d-4ed4-b895-b4300cdcfc3f
📒 Files selected for processing (4)
.devcontainer/README.md.github/ISSUE_TEMPLATE/bug_report.md.github/ISSUE_TEMPLATE/feature_request.md.github/ISSUE_TEMPLATE/submit-question.md
Noticed that a few issue templates still reference RAFT, e.g. "Suggest an idea for RAFT".
This updates those references to "cuVS".
Looked for other references like this:
And the only other one I found was in the devcontainer docs (also fixed here).