Skip to content

Commit

Permalink
Merge branch 'main' into branch-0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
BradReesWork authored Aug 26, 2020
2 parents 23b18c7 + 79d5dfd commit 1726f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .....
Expand Down Expand Up @@ -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




0 comments on commit 1726f47

Please sign in to comment.