neo4j / graph-data-science

Source code for the Neo4j Graph Data Science library of graph algorithms.
https://neo4j.com/docs/graph-data-science/current/
Other
621 stars 160 forks source link

Update README.adoc #156

Closed frank-zsy closed 2 years ago

frank-zsy commented 2 years ago

The compatibility table not format right.

So adjust multi row height to make sure the table rendered right for GDS 1.7.x and 1.8.x.

Thank you for your contribution to the Graph Data Science project.

Before submitting this PR, please make sure:

FlorentinD commented 2 years ago

Hello @frank-zsy, thank you for finding the formatting issue with our compatibility table and contributing a fix!

The CLA affects the whole repository, so we still have to ask you to sign it before we can accept your contribution (https://neo4j.com/developer/cla/#sign-cla).

frank-zsy commented 2 years ago

Understood, I have sent the mail and please check if it is OK~

FlorentinD commented 2 years ago

I could merge your PR in acee5d7213c3104a8c855a4578c4584c6f9e68cc :tada:

frank-zsy commented 2 years ago

@FlorentinD I am just curious about why this PR is not merged but you just fetched the commit and pushed back to master? Is there something to do with your CI procedure or other concerns?

FlorentinD commented 2 years ago

@frank-zsy Yes, it has something with our CI. Basically, every day we sync the commits of our private repository to this public repository here.

As this sync job is only from private to public, we cannot directly merge PRs here.

frank-zsy commented 2 years ago

Understood, thank you~