JanusGraph / janusgraph-foundationdb

FoundationDB storage adapter for JanusGraph
Other
53 stars 18 forks source link

Update JanusGraph and FoundationDB version while keeping backward compatible #24

Closed ruweih closed 4 years ago

mbrukman commented 4 years ago

@ruweih — please don't use the master branch for pull requests; create a new feature branch (one per PR) and git rebase it on the upstream master for a cleaner history, rather than merging master into your repo's master branch, which creates multiple commits in your branch and creates a more complex history.

For details, please see: https://github.com/JanusGraph/janusgraph/blob/master/CONTRIBUTING.md#create-a-new-branch

Note that you can't change the base branch on a PR once it has been created, so you should create a new PR from a new feature branch.


Additionally, please see https://github.com/JanusGraph/janusgraph/blob/master/CONTRIBUTING.md#commit-changes-and-sign-the-developer-certificate-of-origin for how to address the failing DCO check on your PR.