From 1597e945069d976237e120f9bfc1b6bece0a7c2e Mon Sep 17 00:00:00 2001 From: James Lamb Date: Fri, 15 May 2026 17:24:20 -0500 Subject: [PATCH] docs: RAFT->cuVS in issue templates --- .devcontainer/README.md | 6 +++--- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- .github/ISSUE_TEMPLATE/submit-question.md | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.devcontainer/README.md b/.devcontainer/README.md index 18390267aa..277edaa416 100644 --- a/.devcontainer/README.md +++ b/.devcontainer/README.md @@ -1,8 +1,8 @@ -# RAFT Development Containers +# cuVS Development Containers This directory contains [devcontainer configurations](https://containers.dev/implementors/json_reference/) for using VSCode to [develop in a container](https://code.visualstudio.com/docs/devcontainers/containers) via the `Remote Containers` [extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) or [GitHub Codespaces](https://github.com/codespaces). -This container is a turnkey development environment for building and testing the RAFT C++ and Python libraries. +This container is a turnkey development environment for building and testing the cuVS C++ and Python libraries. ## Table of Contents @@ -30,7 +30,7 @@ This ensures caches, configurations, dependencies, and your commits are persiste ## Launch a Dev Container -To launch a devcontainer from VSCode, open the RAFT repo and select the "Reopen in Container" button in the bottom right:
+To launch a devcontainer from VSCode, open the cuVS repo and select the "Reopen in Container" button in the bottom right:
Alternatively, open the VSCode command palette (typically `cmd/ctrl + shift + P`) and run the "Rebuild and Reopen in Container" command. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bb9f1a2804..af79da9ac9 100755 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug report -about: Create a bug report to help us improve RAFT +about: Create a bug report to help us improve cuVS title: "[BUG]" labels: "? - Needs Triage, bug" assignees: '' @@ -18,7 +18,7 @@ A clear and concise description of what you expected to happen. **Environment details (please complete the following information):** - Environment location: [Bare-metal, Docker, Cloud(specify cloud provider)] - - Method of RAFT install: [conda, Docker, or from source] + - Method of cuVS install: [conda, Docker, or from source] - If method of install is [Docker], provide `docker pull` & `docker run` commands used diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 9988a2a05d..e00aadbebc 100755 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: Feature request -about: Suggest an idea for RAFT +about: Suggest an idea for cuVS title: "[FEA]" labels: "? - Needs Triage, feature request" assignees: '' @@ -8,7 +8,7 @@ assignees: '' --- **Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I wish I could use RAFT to do [...] +A clear and concise description of what the problem is. Ex. I wish I could use cuVS to do [...] **Describe the solution you'd like** A clear and concise description of what you want to happen. diff --git a/.github/ISSUE_TEMPLATE/submit-question.md b/.github/ISSUE_TEMPLATE/submit-question.md index 11a7f8ee20..ffa73f0d16 100755 --- a/.github/ISSUE_TEMPLATE/submit-question.md +++ b/.github/ISSUE_TEMPLATE/submit-question.md @@ -1,6 +1,6 @@ --- name: Submit question -about: Ask a general question about RAFT +about: Ask a general question about cuVS title: "[QST]" labels: "? - Needs Triage, question" assignees: ''