diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b1f9d037ab..5036d07e005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -168,6 +168,7 @@ - PR 935 Merge - PR #956 Use new gpuCI image in local build script + # cuGraph 0.13.0 (31 Mar 2020) ## New Features diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8d1af9df987..ddd4fd0f9f4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -96,6 +96,7 @@ Read the section on [building cuGraph from source](SOURCEBUILD.md) to validate t 3. Checkout the latest branch cuGraph only allows contribution to the current branch and not main or a future branch. Please check the [cuGraph](https://github.com/rapidsai/cugraph) page for the name of the current branch. + ```git checkout branch-x.x``` 4. Code ..... @@ -158,7 +159,3 @@ All code must adhere to the [RAPIDS Style Guide](https://docs.rapids.ai/resource ### Tests All code must have associate test cases. Code without test will not be accepted - - - -