Skip to content

docs: RAFT->cuVS in issue templates#2097

Open
jameslamb wants to merge 1 commit into
rapidsai:mainfrom
jameslamb:fix/templates
Open

docs: RAFT->cuVS in issue templates#2097
jameslamb wants to merge 1 commit into
rapidsai:mainfrom
jameslamb:fix/templates

Conversation

@jameslamb
Copy link
Copy Markdown
Member

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:

git grep -i raft

And the only other one I found was in the devcontainer docs (also fixed here).

@jameslamb jameslamb requested review from a team as code owners May 15, 2026 22:25
@jameslamb jameslamb requested a review from msarahan May 15, 2026 22:25
@jameslamb jameslamb added doc Improvements or additions to documentation non-breaking Introduces a non-breaking change labels May 15, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 15, 2026

Review Change Stack

📝 Walkthrough

Summary by CodeRabbit

  • Documentation

    • Updated developer container setup instructions to reference cuVS
    • Updated GitHub issue templates to reference cuVS instead of RAFT
  • Chores

    • Updated naming conventions across documentation and issue templates

Walkthrough

This 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.

Changes

RAFT to cuVS rename

Layer / File(s) Summary
Development container documentation
.devcontainer/README.md
The devcontainer README title, description, and VSCode launch instructions are updated to reference cuVS C++/Python libraries and the cuVS repository instead of RAFT.
GitHub issue templates
.github/ISSUE_TEMPLATE/bug_report.md, .github/ISSUE_TEMPLATE/feature_request.md, .github/ISSUE_TEMPLATE/submit-question.md
Issue template metadata fields and descriptions are updated to reference cuVS instead of RAFT, including template descriptions and installation method guidance.

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'docs: RAFT->cuVS in issue templates' clearly and concisely summarizes the main change: updating documentation references from RAFT to cuVS in issue templates.
Description check ✅ Passed The description is directly related to the changeset, explaining the motivation (issue templates still referencing RAFT), the fix applied (updating references to cuVS), and the search methodology used to find other occurrences.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 win

Incomplete 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

📥 Commits

Reviewing files that changed from the base of the PR and between 3dd6bd4 and 1597e94.

📒 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Improvements or additions to documentation non-breaking Introduces a non-breaking change

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

2 participants