From 237f64065f6c27e1906838160ed1168d3d448623 Mon Sep 17 00:00:00 2001 From: Dana Robinson <43805+derobins@users.noreply.github.com> Date: Sun, 9 Nov 2025 10:58:19 -0800 Subject: [PATCH] Fix typo in CONTRIBUTING.md (#315) [ROCm/rocshmem commit: 65790c1b4f1426e20b86e06aec5bc9c7ac05f129] --- projects/rocshmem/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocshmem/CONTRIBUTING.md b/projects/rocshmem/CONTRIBUTING.md index b2d2a24665..b6a44d858e 100644 --- a/projects/rocshmem/CONTRIBUTING.md +++ b/projects/rocshmem/CONTRIBUTING.md @@ -1,6 +1,6 @@ ## How to fork from us -To keep our development fast and conflict free, we recommend you to [fork](https://github.com/ROCm/rocSHMEM/fork) our repository and start your work from our `dev` branch in your private repository. +To keep our development fast and conflict free, we recommend you to [fork](https://github.com/ROCm/rocSHMEM/fork) our repository and start your work from our `develop` branch in your private repository. Afterwards, git clone your repository to your local machine. But that is not it! To keep track of the original develop repository, add it as another remote.