-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: update git repo for CONTRIBUTING.md #1872
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution
CONTRIBUTING.md
Outdated
``` | ||
|
||
4. Configure local HugeGraph repo | ||
|
||
```shell | ||
cd hugegraph | ||
cd incubator-hugegraph |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can keep hugegraph name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, done.
THANKS
CONTRIBUTING.md
Outdated
|
||
```shell | ||
# clone code from remote to local repo | ||
git clone https://github.com/${GITHUB_USER_NAME}/hugegraph | ||
git clone https://github.com/${GITHUB_USER_NAME}/incubator-hugegraph.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
prefer to keep "hugegraph" directory name: git clone git-url directory-name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
THANKS
Codecov Report
@@ Coverage Diff @@
## master #1872 +/- ##
============================================
- Coverage 70.95% 66.91% -4.05%
- Complexity 695 980 +285
============================================
Files 447 447
Lines 38077 38077
Branches 5401 5401
============================================
- Hits 27019 25480 -1539
- Misses 8412 10083 +1671
+ Partials 2646 2514 -132
Continue to review full report at Codecov.
|
265b26d
to
0c0d998
Compare
Since hugegraph was donated to Apache Foundation, the GitHub repo address has also changed.
So I just update CONTRIBUTING.md when I read it.
I have read the CLA Document and I hereby sign the CLA